Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 17431928194b36a0f88082df875e2e036da7fddf 10 lines 307 B view raw
1obj-$(CONFIG_IWM) := iwmc3200wifi.o 2iwmc3200wifi-objs += main.o netdev.o rx.o tx.o sdio.o hal.o fw.o 3iwmc3200wifi-objs += commands.o cfg80211.o eeprom.o 4 5iwmc3200wifi-$(CONFIG_IWM_DEBUG) += debugfs.o 6iwmc3200wifi-$(CONFIG_IWM_TRACING) += trace.o 7 8CFLAGS_trace.o := -I$(src) 9 10ccflags-y += -D__CHECK_ENDIAN__