diff options
| author | Brian Gerst <bgerst@didntduck.org> | 2002-12-14 19:41:56 -0800 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2002-12-14 19:41:56 -0800 |
| commit | 0b319ed0ada2e2bd43f38c65a1ce5b1492a40b6d (patch) | |
| tree | 5c6ad5a8492d19d4746ba197c7a918fab1fb19db /scripts | |
| parent | b4499c7261c3f7d75506132416995affe83d829b (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/Makefile | 2 |
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) |
