Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57b18a75 authored by Sergey Matyukevich's avatar Sergey Matyukevich Committed by Kalle Valo
Browse files

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: default avatarSergey Matyukevich <sergey.matyukevich.os@quantenna.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 66a3479e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -25,7 +25,3 @@ qtnfmac_pearl_pcie-objs += \
	pearl/pcie.o

qtnfmac_pearl_pcie-$(CONFIG_DEBUG_FS) += debug.o

#

ccflags-y += -D__CHECK_ENDIAN