aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 12c98a9..7afc0d6 100644
--- a/Makefile
+++ b/Makefile
@@ -56,8 +56,7 @@ SPARSE_FLAGS = -Wbitwise -Wcast-to-as -Wcontext -Wdefault-bitfield-sign \
-Wone-bit-signed-bitfield -Wtypesign -D__CHECK_ENDIAN__
PWD = $(shell pwd)
-KBUILD_FLAGS = -C $(KERNEL_PATH) M=$(PWD) KERNELRELEASE=$(KERNELRELEASE) \
- EXTRA_CFLAGS="$(EXTRA_CFLAGS)"
+KBUILD_FLAGS = -C $(KERNEL_PATH) M=$(PWD) KERNELRELEASE=$(KERNELRELEASE)
all: modules