aboutsummaryrefslogtreecommitdiffstats
path: root/init/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'init/Makefile')
-rw-r--r--init/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/Makefile b/init/Makefile
index 7bc47ee31c36..c4fb45525d08 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -2,6 +2,8 @@
2# Makefile for the linux kernel. 2# Makefile for the linux kernel.
3# 3#
4 4
5ccflags-y := -fno-function-sections -fno-data-sections
6
5obj-y := main.o version.o mounts.o 7obj-y := main.o version.o mounts.o
6ifneq ($(CONFIG_BLK_DEV_INITRD),y) 8ifneq ($(CONFIG_BLK_DEV_INITRD),y)
7obj-y += noinitramfs.o 9obj-y += noinitramfs.o