aboutsummaryrefslogtreecommitdiff
path: root/init/Makefile
diff options
context:
space:
mode:
authorRom Lemarchand <romlem@android.com>2015-07-06 16:50:33 -0700
committerMoyster <oysterized@gmail.com>2017-12-05 17:51:12 +0100
commitac19aa617991eecc45db9734991af33315f0bf16 (patch)
tree76e21804afbe87859d657488adc8f46952ea7791 /init/Makefile
parent701497f022711f9c63fd8568362774554b34e4ed (diff)
initramfs: Add skip_initramfs command line option
Add a skip_initramfs option to allow choosing whether to boot using the initramfs or not at runtime. Change-Id: If30428fa748c1d4d3d7b9d97c1f781de5e4558c3 Signed-off-by: Rom Lemarchand <romlem@google.com>
Diffstat (limited to 'init/Makefile')
-rw-r--r--init/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/init/Makefile b/init/Makefile
index 7bc47ee31..692b91f1c 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -3,11 +3,8 @@
#
obj-y := main.o version.o mounts.o
-ifneq ($(CONFIG_BLK_DEV_INITRD),y)
obj-y += noinitramfs.o
-else
obj-$(CONFIG_BLK_DEV_INITRD) += initramfs.o
-endif
obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o
ifneq ($(CONFIG_ARCH_INIT_TASK),y)