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


      1# SPDX-License-Identifier: GPL-2.0
      2hostap-y := hostap_80211_rx.o hostap_80211_tx.o hostap_ap.o hostap_info.o \
      3            hostap_ioctl.o hostap_main.o hostap_proc.o 
      4obj-$(CONFIG_HOSTAP) += hostap.o
      5
      6obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o
      7obj-$(CONFIG_HOSTAP_PLX) += hostap_plx.o
      8obj-$(CONFIG_HOSTAP_PCI) += hostap_pci.o