aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-01-31 01:19:54 +0200
committernotaz2011-01-31 01:35:12 +0200
commit33716956638b56f994b9aadbd70c9c2265acf048 (patch)
tree30e4ba67ed65e645b25c53d4a4a01932aae6e1f8 /Makefile
parent08cfd5e5b3027af766dab3916747c0fc9ae47d7d (diff)
downloadpcsx_rearmed-33716956638b56f994b9aadbd70c9c2265acf048.tar.gz
pcsx_rearmed-33716956638b56f994b9aadbd70c9c2265acf048.tar.bz2
pcsx_rearmed-33716956638b56f994b9aadbd70c9c2265acf048.zip
cdrcimg: support .bz/.znx/eboot formats
not making use of extra .znx data or eboot TOCs yet.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e7ffbc..de10e4c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ LD = $(CROSS_COMPILE)ld
ARCH = $(shell $(CC) -v 2>&1 | grep -i 'target:' | awk '{print $$2}' | awk -F '-' '{print $$1}')
CFLAGS += -ggdb -Ifrontend
-LDFLAGS += -lz -lpthread -ldl -lpng
+LDFLAGS += -lz -lpthread -ldl -lpng -lbz2
ifeq "$(ARCH)" "arm"
CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp -ffast-math
ASFLAGS += -mcpu=cortex-a8 -mfpu=neon