summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index 9ec91f6..ca85e88 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -3,14 +3,5 @@ include Kbuild
else
KERNELDIR := /lib/modules/`uname -r`/build
all::
- $(MAKE) -C $KERNELDIR M=`pwd` $@
-
-expand_macros: $(patsubst %.c, %.m.c, $(filter-out %.mod.c %.m.c, $(wildcard ip_set_*.c)))
-
-%.m.c: %.c
- ./expand_macros.pl < $< > $@
-
-clean:
- rm -rf *.m.c
-
+ $(MAKE) -C $(KERNELDIR) M=`pwd` $@
endif