kbuild: introduce Kbuild.include

Kbuild.include is a placeholder for definitions originally present in
both the top-level Makefile and scripts/Makefile.build.
There were a slight difference in the filechk definition, so the most videly
used version was kept and usr/Makefile was adopted for this syntax.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
This commit is contained in:
Sam Ravnborg
2005-07-25 20:10:36 +00:00
parent 7c6b155fb4
commit 8ec4b4ff1c
7 changed files with 103 additions and 167 deletions

View File

@@ -12,6 +12,7 @@ __build:
include $(if $(wildcard $(obj)/Kbuild), $(obj)/Kbuild, $(obj)/Makefile)
include scripts/Kbuild.include
include scripts/Makefile.lib
ifdef host-progs