diff options
author | Sam Ravnborg <sam@mars.(none)> | 2005-07-25 16:10:36 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@mars.(none)> | 2005-07-25 16:10:36 -0400 |
commit | 8ec4b4ff1c89bb280e662b84eba503ca44abe836 (patch) | |
tree | d520638dd0288aba3cff6875928dfa7b7b20d2f1 /usr | |
parent | 7c6b155fb49fbc63e0b30a1d49552693c0b45be7 (diff) |
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>
---
Diffstat (limited to 'usr')
-rw-r--r-- | usr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/Makefile b/usr/Makefile index 248d5551029d..e2129cb570bb 100644 --- a/usr/Makefile +++ b/usr/Makefile | |||
@@ -27,7 +27,7 @@ quotefixed_initramfs_source := $(shell echo $(CONFIG_INITRAMFS_SOURCE)) | |||
27 | filechk_initramfs_list = $(CONFIG_SHELL) \ | 27 | filechk_initramfs_list = $(CONFIG_SHELL) \ |
28 | $(srctree)/scripts/gen_initramfs_list.sh $(gen_initramfs_args) $(quotefixed_initramfs_source) | 28 | $(srctree)/scripts/gen_initramfs_list.sh $(gen_initramfs_args) $(quotefixed_initramfs_source) |
29 | 29 | ||
30 | $(obj)/initramfs_list: FORCE | 30 | $(obj)/initramfs_list: $(obj)/Makefile FORCE |
31 | $(call filechk,initramfs_list) | 31 | $(call filechk,initramfs_list) |
32 | 32 | ||
33 | quiet_cmd_cpio = CPIO $@ | 33 | quiet_cmd_cpio = CPIO $@ |