From 02ee7e24fce76dfc6e37d6b85921ec82f97464bc Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 27 Oct 2011 00:27:28 +0300 Subject: frontend/pollux: add scaling 16bpp only for now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7394e70..32e5401 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ OBJS += frontend/plat_omap.o OBJS += frontend/plat_pandora.o else ifeq "$(PLATFORM)" "caanoo" -OBJS += frontend/plat_pollux.o +OBJS += frontend/plat_pollux.o frontend/blit320.o OBJS += frontend/warm/warm.o else OBJS += frontend/plat_dummy.o -- cgit v1.2.3