let linux/plat know it's for compiled pandora
authornotaz <notasas@gmail.com>
Wed, 2 Oct 2013 23:16:09 +0000 (02:16 +0300)
committernotaz <notasas@gmail.com>
Wed, 2 Oct 2013 23:16:09 +0000 (02:16 +0300)
Makefile

index cef431c..67ba86f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ USE_FRONTEND = 1
 endif
 ifeq "$(PLATFORM)" "pandora"
 platform/common/menu_pico.o: CFLAGS += -DPANDORA
+platform/libpicofe/linux/plat.o: CFLAGS += -DPANDORA
 OBJS += platform/pandora/plat.o
 OBJS += platform/pandora/asm_utils.o
 OBJS += platform/common/arm_utils.o