Skip to content

Commit

Permalink
wl1251: enable sparse endianess check by default
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Luciano Coelho committed Feb 15, 2012
1 parent ac9e2d9 commit ebff1ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/wireless/wl1251/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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__

0 comments on commit ebff1ba

Please sign in to comment.