diff options
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 382702ad663b..201f27f8cbaf 100644 --- a/usr/Makefile +++ b/usr/Makefile | |||
@@ -7,7 +7,7 @@ PHONY += klibcdirs | |||
7 | 7 | ||
8 | 8 | ||
9 | # Generate builtin.o based on initramfs_data.o | 9 | # Generate builtin.o based on initramfs_data.o |
10 | obj-y := initramfs_data.o | 10 | obj-$(CONFIG_BLK_DEV_INITRD) := initramfs_data.o |
11 | 11 | ||
12 | # initramfs_data.o contains the initramfs_data.cpio.gz image. | 12 | # initramfs_data.o contains the initramfs_data.cpio.gz image. |
13 | # The image is included using .incbin, a dependency which is not | 13 | # The image is included using .incbin, a dependency which is not |