summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-04-22 17:09:18 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-04-22 17:09:18 +0200
commit456b1d993711eb4297012ad4a881c459c0511358 (patch)
tree518bb02b7cf25ed6f338e96969efe96b642f8bf2 /kernel/Makefile
parentac0e5da3166da201ea00fd7f3cd927b0a49d8fef (diff)
Eight stage to ipset-5
Commit changed files in kernel/...
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