X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=f65e9aeed8c2f22c0339d6b67934a860dad2d2fa;hp=644639b77e00d846565f1234fac13f4a80821ad4;hb=cfbd3c6ee21bde6e848eafb3b7994db626b70b72;hpb=de38f20e0863e33a2a824380da5aa46b1dc39631 diff --git a/Makefile b/Makefile index 644639b7..f65e9aee 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp -ffast-math ASFLAGS += -mcpu=cortex-a8 -mfpu=neon endif ifndef DEBUG -CFLAGS += -O2 # -DNDEBUG +CFLAGS += -O2 -DNDEBUG endif USE_OSS = 1 #USE_ALSA = 1 @@ -81,6 +81,10 @@ OBJS += frontend/plat_omap.o else OBJS += frontend/plat_dummy.o endif +ifdef X11 +frontend/%.o: CFLAGS += -DX11 +OBJS += frontend/xkb.o +endif ifdef PCNT CFLAGS += -DPCNT endif