1
0
Fork 0

qtnfmac: drop -D__CHECK_ENDIAN from cflags

Flag -D__CHECK_ENDIAN was wrong: it should be -D__CHECK_ENDIAN__ instead.
However now this flag is enabled by default, so it can be removed.

Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
hifive-unleashed-5.1
Sergey Matyukevich 2017-08-29 15:16:19 +03:00 committed by Kalle Valo
parent 66a3479e12
commit 57b18a75d9
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,3 @@ qtnfmac_pearl_pcie-objs += \
pearl/pcie.o
qtnfmac_pearl_pcie-$(CONFIG_DEBUG_FS) += debug.o
#
ccflags-y += -D__CHECK_ENDIAN