VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Sam Ravnborg <sam@mars.ravnborg.org> 2006-08-07 20:58:28 +0200 committer: Sam Ravnborg <sam@mars.ravnborg.org> 2006-08-07 20:58:28 +0200 commit: 58a2f7d85aaf4c41157f15c43a913b5c3c6b3adb parent: 8ccf28324c14096bef005c90a2bf5e03ffa07cc6
Commit Summary:
kbuild: do not try to build content of initramfs
Diffstat:
1 file changed, 3 insertions, 0 deletions
diff --git a/usr/Makefile b/usr/Makefile
index e93824269da2..5b31c0b61c76 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -35,6 +35,9 @@ quiet_cmd_initfs = GEN     $@
       cmd_initfs = $(initramfs) -o $@ $(ramfs-args) $(ramfs-input)
 
 targets := initramfs_data.cpio.gz
+# do not try to update files included in initramfs
+$(deps_initramfs): ;
+
 $(deps_initramfs): klibcdirs
 # We rebuild initramfs_data.cpio.gz if:
 # 1) Any included file is newer then initramfs_data.cpio.gz