X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fboot%2Fcompressed%2FMakefile;h=2980faf53313ace2dca31fa5e56690f04bf757e9;hb=4bb9f8b58ed7d14d276750d1792cef9b3aa1e9ec;hp=de9d9ee50958089bcf8fb7217fd1c48617d6097c;hpb=bb04af0e2e5bcd8d1a5d7f7d5c704f7eb328f241;p=linux-2.6-omap-h63xx.git diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile index de9d9ee5095..2980faf5331 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