X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=init%2FMakefile;h=633a268d270d3cc8bfa906c1a22476caa9645360;hb=02e5785fcf5b86c05a42b6c4ff67343be8493766;hp=51e6548802f7444ce3951f45047091a915d5b2d7;hpb=cace1c4618b6c6442b7dc973e935e7f3268e4aa7;p=linux-2.6.git diff --git a/init/Makefile b/init/Makefile index 51e654880..633a268d2 100644 --- a/init/Makefile +++ b/init/Makefile @@ -6,14 +6,10 @@ obj-y := main.o version.o mounts.o initramfs.o obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o mounts-y := do_mounts.o -mounts-$(CONFIG_DEVFS_FS) += do_mounts_devfs.o mounts-$(CONFIG_BLK_DEV_RAM) += do_mounts_rd.o mounts-$(CONFIG_BLK_DEV_INITRD) += do_mounts_initrd.o mounts-$(CONFIG_BLK_DEV_MD) += do_mounts_md.o -extra-$(subst m,y,$(CONFIG_CRASH_DUMP)) += kerntypes.o -CFLAGS_kerntypes.o := -gstabs - # files to be removed upon make clean clean-files := ../include/linux/compile.h @@ -28,4 +24,5 @@ $(obj)/version.o: include/linux/compile.h include/linux/compile.h: FORCE @echo ' CHK $@' - @$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ "$(UTS_MACHINE)" "$(CONFIG_SMP)" "$(CC) $(CFLAGS)" + $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkcompile_h $@ \ + "$(UTS_MACHINE)" "$(CONFIG_SMP)" "$(CONFIG_PREEMPT)" "$(CC) $(CFLAGS)"