summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBrian Gerst <bgerst@didntduck.org>2002-12-14 19:41:56 -0800
committerIngo Molnar <mingo@elte.hu>2002-12-14 19:41:56 -0800
commit0b319ed0ada2e2bd43f38c65a1ce5b1492a40b6d (patch)
tree5c6ad5a8492d19d4746ba197c7a918fab1fb19db /scripts
parentb4499c7261c3f7d75506132416995affe83d829b (diff)
[PATCH] Remove Rules.make from Makefiles (3/3)
Makefiles no longer need to include Rules.make, which is currently an empty file. This patch removes it from the remaining Makefiles, and removes the empty Rules.make file.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 0c58d33bfdb4..edbd74cf8092 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -21,8 +21,6 @@ qconf-cxxobjs := qconf.o
clean-files := libkconfig.so lkc_defs.h qconf.moc .tmp_qtcheck \
zconf.tab.c zconf.tab.h lex.zconf.c
-include $(TOPDIR)/Rules.make
-
# generated files seem to need this to find local include files
HOSTCFLAGS_lex.zconf.o := -I$(src)
HOSTCFLAGS_zconf.tab.o := -I$(src)