X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=67ba86f1b6d856c172296aad42bcb46eca3a79c4;hb=4e3551a5f617a424143aca227a2ce89cfb7d8640;hp=cef431cc83d83a1514286ffd55cea267d3f664a3;hpb=fa8fb7544593a0ed43f3354cc5f41150464b55bf;p=picodrive.git diff --git a/Makefile b/Makefile index cef431c..67ba86f 100644 --- 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