x2apic: fix reserved APIC register accesses in print_local_APIC()
[deliverable/linux.git] / init / Makefile
index c5f157ce293e7625c428b8e853732d1977add6bc..dc5eeca6eb6dfdb6f83164607a70f23bb7862316 100644 (file)
@@ -2,7 +2,7 @@
 # Makefile for the linux kernel.
 #
 
-obj-y                          := main.o version.o mounts.o
+obj-y                          := main.o dyn_array.o version.o mounts.o
 ifneq ($(CONFIG_BLK_DEV_INITRD),y)
 obj-y                          += noinitramfs.o
 else
@@ -27,6 +27,7 @@ $(obj)/version.o: include/linux/compile.h
 # mkcompile_h will make sure to only update the
 # actual file if its content has changed.
 
+       chk_compile.h = :
  quiet_chk_compile.h = echo '  CHK     $@'
 silent_chk_compile.h = :
 include/linux/compile.h: FORCE
This page took 0.031788 seconds and 5 git commands to generate.