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


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Makefile for the Linux Wireless network device drivers for Realtek units
      4#
      5
      6obj-$(CONFIG_RTL8180)		+= rtl818x/
      7obj-$(CONFIG_RTL8187)		+= rtl818x/
      8obj-$(CONFIG_RTLWIFI)		+= rtlwifi/
      9obj-$(CONFIG_RTL8XXXU)		+= rtl8xxxu/
     10obj-$(CONFIG_RTW88)		+= rtw88/
     11obj-$(CONFIG_RTW89)		+= rtw89/
     12