Merge branch 'devel-stable' into for-next
[linux-2.6-microblaze.git] / arch / arm / kernel / Makefile
index f6431b4..c38c8b0 100644 (file)
@@ -95,6 +95,7 @@ obj-$(CONFIG_PARAVIRT)        += paravirt.o
 head-y                 := head$(MMUEXT).o
 obj-$(CONFIG_DEBUG_LL) += debug.o
 obj-$(CONFIG_EARLY_PRINTK)     += early_printk.o
+obj-$(CONFIG_ARM_PATCH_PHYS_VIRT)      += phys2virt.o
 
 # This is executed very early using a temporary stack when no memory allocator
 # nor global data is available. Everything has to be allocated on the stack.