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 (470B)


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_IWLEGACY)	+= iwlegacy.o
      3iwlegacy-objs 		:= common.o
      4iwlegacy-$(CONFIG_IWLEGACY_DEBUGFS) += debug.o
      5
      6iwlegacy-objs += $(iwlegacy-m)
      7
      8# 4965
      9obj-$(CONFIG_IWL4965)	+= iwl4965.o
     10iwl4965-objs		:= 4965.o 4965-mac.o 4965-rs.o 4965-calib.o
     11iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += 4965-debug.o
     12
     13# 3945
     14obj-$(CONFIG_IWL3945)	+= iwl3945.o
     15iwl3945-objs		:= 3945-mac.o 3945.o 3945-rs.o
     16iwl3945-$(CONFIG_IWLEGACY_DEBUGFS) += 3945-debug.o