From aae7d37e2491260726fbd7e50186cdb6948d2fa4 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Mon, 27 May 2013 21:57:40 -0500 Subject: [PATCH] rtl8188eu: Add endian test to Makefile Signed-off-by: Larry Finger --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 5214651..d6426de 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ EXTRA_CFLAGS += -Wno-uninitialized EXTRA_CFLAGS += -I$(src)/include +ccflags-y += -D__CHECK_ENDIAN__ + CONFIG_AUTOCFG_CP = n CONFIG_RTL8188E = y