aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorproski <proski>2006-07-30 21:05:42 +0000
committerproski <proski>2006-07-30 21:05:42 +0000
commit9aad109bf6cc9a23714eaa4ea7dd3b004a06f412 (patch)
treecfae77683d38c23196353bc7cddecb437cde560d /Makefile
parent6642d9f409cce026090c97f7cc665672d0b8e82a (diff)
Don't pass EXTRA_CFLAGS explicitly, we don't use it anymore
Diffstat (limited to 'Makefile')
-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