mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
let linux/plat know it's for compiled pandora
This commit is contained in:
parent
51c089500c
commit
fcdf2aff9b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue