X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=arch%2Farm%2Fboot%2Fcompressed%2FMakefile;fp=arch%2Farm%2Fboot%2Fcompressed%2FMakefile;h=a96e679281124327b0cfeb7228de186e7a727068;hb=a78d411c6518eb7dd038eef6668f78a7e6c14ec4;hp=c47f2a3f8f8f32b3e9a168111c8d7bacb6182fb5;hpb=4a6908a3a050aacc9c3a2f36b276b46c0629ad91;p=h-e-n diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile index c47f2a3..a96e679 100644 --- a/arch/arm/boot/compressed/Makefile +++ b/arch/arm/boot/compressed/Makefile @@ -44,6 +44,10 @@ ifeq ($(CONFIG_PXA_SHARPSL),y) OBJS += head-sharpsl.o endif +ifeq ($(CONFIG_MACH_OMAP_PERSEUS2),y) +OBJS += head-omap.o +endif + ifeq ($(CONFIG_CPU_BIG_ENDIAN),y) ifeq ($(CONFIG_CPU_CP15),y) OBJS += big-endian.o