X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pandora%2FMakefile;h=20d1b23ee6e7b91e87a0b9dadbf3418470b7be8f;hb=c66f49e61a09926e828b2685cc997a6ebee7cdb4;hp=4827a54e0c3fdd231f3ebd7e7406b55c94a40036;hpb=b6b7d1b1c53e6c0be6c9cc01519bdf9541c49ba4;p=libpicofe.git diff --git a/pandora/Makefile b/pandora/Makefile index 4827a54..20d1b23 100644 --- a/pandora/Makefile +++ b/pandora/Makefile @@ -19,9 +19,6 @@ asm_cdmemory = 1 #profile = 1 #drc_debug = 3 -no_32x = 1 -no_sms = 1 - -include Makefile.local ifeq "$(use_musashi)" "1" @@ -46,7 +43,7 @@ LD = $(CROSS)ld OBJCOPY = $(CROSS)objcopy # frontend -OBJS += pandora.o emu.o asm_utils.o +OBJS += plat.o asm_utils.o # common OBJS += platform/common/emu.o platform/common/menu.o platform/common/fonts.o platform/common/config.o \ @@ -96,6 +93,8 @@ readme.txt: ../../tools/textfilter ../base_readme.txt PicoDrive.pxml: PicoDrive.pxml.template ./make_pxml.sh PicoDrive.pxml.template PicoDrive.pxml +platform/common/menu.o: menu.c + # ----------- release ----------- VER = $(shell head -n 1 version.h | sed 's/.*"\(.*\)\.\(.*\)".*/\1\2/g')