X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=init%2FMakefile;h=692b91f1c1d4fb04e118e7fd170bf461f94aa72d;hb=fe16f4b53f5a0ce564299f402079ab73c9cb8697;hp=7bc47ee31c369d442676edba32233fbb2ddbb462;hpb=987751719bd38a72dfd29f398dea1a7f3cd5b224;p=firefly-linux-kernel-4.4.55.git diff --git a/init/Makefile b/init/Makefile index 7bc47ee31c36..692b91f1c1d4 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)