mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 09:37:03 +07:00
wl1251: enable sparse endianess check by default
Following the good example of the Intel (and more recently Atheros) drivers, enable endianess check by default when running sparse. Signed-off-by: Luciano Coelho <coelho@ti.com>
This commit is contained in:
parent
ac9e2d9afa
commit
ebff1bae94
@ -6,3 +6,5 @@ wl1251_sdio-objs += sdio.o
|
||||
obj-$(CONFIG_WL1251) += wl1251.o
|
||||
obj-$(CONFIG_WL1251_SPI) += wl1251_spi.o
|
||||
obj-$(CONFIG_WL1251_SDIO) += wl1251_sdio.o
|
||||
|
||||
ccflags-y += -D__CHECK_ENDIAN__
|
||||
|
Loading…
Reference in New Issue
Block a user