diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-29 02:07:02 +0100 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-29 02:07:02 +0100 |
| commit | c33fcca6d44264834baf42de65fe9d19c0f62ff4 (patch) | |
| tree | b1ace729e2140b808d6c6372181ea60634a8624c /Source/Makefile | |
| parent | 26bfe68b0964bf5cc94da480749cc580c9c99e78 (diff) | |
| download | airport-c33fcca6d44264834baf42de65fe9d19c0f62ff4.tar.gz | |
Set SERIAL_INTERFACE compile flag
Diffstat (limited to 'Source/Makefile')
| -rw-r--r-- | Source/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Makefile b/Source/Makefile index 09a1185..6ac841a 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -13,7 +13,7 @@ GNU_SIZE = mipsel-unknown-elf-size DEFINE= -DFIXMATH_FAST_SIN -D_PAL_MODE_ #DEFINE += -DPSXSDK_DEBUG DEFINE += -DNO_CDDA -DEFINE += -DNO_INTRO +#DEFINE += -DNO_INTRO # Compiler flags LIBS= -lfixmath @@ -27,7 +27,7 @@ CDROM_ROOT=$(PROJECT_DIR)/cdimg BIN_TARGET_PATH = $(PROJECT_DIR)/Bin #Uncomment this DEFINE below to use Airport together with OpenSend + QPSXSerial toolchain. -#DEFINE += -DSERIAL_INTERFACE +DEFINE += -DSERIAL_INTERFACE # PSXSDK tools definitions # ELF2EXE: |
