cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (347B)


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the SMSC network device drivers.
      4#
      5
      6obj-$(CONFIG_SMC9194) += smc9194.o
      7obj-$(CONFIG_SMC91X) += smc91x.o
      8obj-$(CONFIG_PCMCIA_SMC91C92) += smc91c92_cs.o
      9obj-$(CONFIG_EPIC100) += epic100.o
     10obj-$(CONFIG_SMSC9420) += smsc9420.o
     11obj-$(CONFIG_SMC911X) += smc911x.o
     12obj-$(CONFIG_SMSC911X) += smsc911x.o