scripts/genksyms/Makefile, scripts/kconfig/Makefile: Add clean target.

svn path=/dists/trunk/linux-kbuild-2.6/; revision=13236
This commit is contained in:
Bastian Blank 2009-03-24 09:34:28 +00:00
parent 96625f03bb
commit 2c660e7e88
2 changed files with 6 additions and 0 deletions

View File

@ -19,3 +19,6 @@ lex.o: keywords.c parse.h
%.h: %.h_shipped
ln -s $< $@
clean:
rm -f keywords.c parse.h

View File

@ -19,3 +19,6 @@ zconf.tab.c: zconf.hash.c lex.zconf.c
%.h: %.h_shipped
ln -sf $< $@
clean:
rm -f zconf.tab.c zconf.hash.c lex.zconf.c