notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c0895
)
let linux/plat know it's for compiled pandora
author
notaz
<notasas@gmail.com>
Wed, 2 Oct 2013 23:16:09 +0000
(
02:16
+0300)
committer
notaz
<notasas@gmail.com>
Wed, 2 Oct 2013 23:16:09 +0000
(
02:16
+0300)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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