X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=f08d9d7670155c9c740f96b671d9b671a86cbee1;hp=21add20774dbba4c465219611a96e40058314d00;hb=4a35de071887026bb6dcd6b852738a1866959df7;hpb=ea1f6f2f95a7e4df3da3fd8433aca1718ea5c575 diff --git a/Makefile b/Makefile index 21add207..f08d9d76 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ ARM926 ?= 0 ARM_CORTEXA8 ?= 1 PLATFORM ?= pandora USE_OSS ?= 1 +RAM_FIXED ?= 1 #USE_ALSA = 1 #DRC_DBG = 1 #PCNT = 1 @@ -75,6 +76,9 @@ ifdef DRC_DBG libpcsxcore/new_dynarec/emu_if.o: CFLAGS += -D_FILE_OFFSET_BITS=64 CFLAGS += -DDRC_DBG endif +ifeq "$(RAM_FIXED)" "1" +CFLAGS += -DRAM_FIXED +endif # spu OBJS += plugins/dfsound/dma.o plugins/dfsound/freeze.o \ @@ -183,6 +187,7 @@ PLUGINS ?= plugins/spunull/spunull.so plugins/gpu-gles/gpu_gles.so \ plugins/gpu_unai/gpu_unai.so plugins/dfxvideo/gpu_peops.so $(PLUGINS): + make -C plugins/gpulib/ clean make -C $(dir $@) clean: $(PLAT_CLEAN)