X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=init%2FMakefile;h=7bc47ee31c369d442676edba32233fbb2ddbb462;hb=56edab315927d2a5ae6064b9fc083236a6fc278f;hp=0bf677aa0872f8c9f61c411b5adb6f1c395a8910;hpb=67f15b06c1a7e5417b7042b515ca2695de30beda;p=linux-2.6-block.git diff --git a/init/Makefile b/init/Makefile index 0bf677aa0872..7bc47ee31c36 100644 --- a/init/Makefile +++ b/init/Makefile @@ -10,6 +10,10 @@ obj-$(CONFIG_BLK_DEV_INITRD) += initramfs.o endif obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o +ifneq ($(CONFIG_ARCH_INIT_TASK),y) +obj-y += init_task.o +endif + mounts-y := do_mounts.o mounts-$(CONFIG_BLK_DEV_RAM) += do_mounts_rd.o mounts-$(CONFIG_BLK_DEV_INITRD) += do_mounts_initrd.o