mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 22:56:47 +07:00
e88402fbdd
Add -D__CHECK_ENDIAN__ to driver ccflags so that sparse will always check endianness by default. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
11 lines
307 B
Makefile
11 lines
307 B
Makefile
obj-$(CONFIG_IWM) := iwmc3200wifi.o
|
|
iwmc3200wifi-objs += main.o netdev.o rx.o tx.o sdio.o hal.o fw.o
|
|
iwmc3200wifi-objs += commands.o cfg80211.o eeprom.o
|
|
|
|
iwmc3200wifi-$(CONFIG_IWM_DEBUG) += debugfs.o
|
|
iwmc3200wifi-$(CONFIG_IWM_TRACING) += trace.o
|
|
|
|
CFLAGS_trace.o := -I$(src)
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__
|