VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
author: Jean-Paul Saman <jean-paul.saman@nxp.com> 2007-02-10 01:44:43 -0800 committer: Linus Torvalds <torvalds@woody.linux-foundation.org> 2007-02-11 10:51:25 -0800 commit: c33df4eaaf41fd3e34837a6ae9a5f9970c393d9f parent: dd65aa6690e30fdad84a62191c7ab37da89d9865
Commit Summary:
[PATCH] disable init/initramfs.c
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/usr/Makefile b/usr/Makefile
index 382702ad663b..201f27f8cbaf 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -7,7 +7,7 @@ PHONY += klibcdirs
 
 
 # Generate builtin.o based on initramfs_data.o
-obj-y := initramfs_data.o
+obj-$(CONFIG_BLK_DEV_INITRD) := initramfs_data.o
 
 # initramfs_data.o contains the initramfs_data.cpio.gz image.
 # The image is included using .incbin, a dependency which is not