X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=f8d1dc17dc8cac1342c13033aab8c343293e8aba;hp=0998f586e2cfe3fd343d3f0c4dc8adaf7f1e8377;hb=df4dc2b13cf71f32751cf842b03ef87991b2c55a;hpb=0bfe8d59b9150b2662c3ca68f950b272344cb9a4 diff --git a/Makefile b/Makefile index 0998f586..f8d1dc17 100644 --- a/Makefile +++ b/Makefile @@ -222,6 +222,7 @@ ifeq "$(USE_PLUGIN_LIB)" "1" OBJS += frontend/plugin_lib.o OBJS += frontend/libpicofe/linux/plat.o OBJS += frontend/libpicofe/readpng.o frontend/libpicofe/fonts.o +frontend/libpicofe/linux/plat.o: CFLAGS += -DNO_HOME_DIR ifeq "$(HAVE_NEON)" "1" OBJS += frontend/libpicofe/arm/neon_scale2x.o OBJS += frontend/libpicofe/arm/neon_eagle2x.o @@ -290,6 +291,12 @@ endif .PHONY: all clean target_ plugins_ clean_plugins FORCE +ifneq "$(PLATFORM)" "pandora" +ifdef CPATH +$(warning warning: CPATH is defined) +endif +endif + # ----------- release ----------- VER ?= $(shell git describe HEAD)