diff options
Diffstat (limited to 'libpsn00b/psxetc/makefile')
| -rw-r--r-- | libpsn00b/psxetc/makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libpsn00b/psxetc/makefile b/libpsn00b/psxetc/makefile index fe29212..56bdce7 100644 --- a/libpsn00b/psxetc/makefile +++ b/libpsn00b/psxetc/makefile @@ -2,7 +2,7 @@ # Part of the PSn00bSDK Project # 2019 Lameguy64 / Meido-Tek Productions -PREFIX = mipsel-unknown-elf- +include ../common.mk TARGET = ../libpsxetc.a @@ -10,8 +10,6 @@ CFILES = $(notdir $(wildcard ./*.c)) AFILES = $(notdir $(wildcard ./*.s)) OFILES = $(addprefix build/,$(CFILES:.c=.o) $(AFILES:.s=.o)) -INCLUDE = -I../include - CFLAGS = -g -O2 -msoft-float -fno-builtin -nostdlib -Wa,--strip-local-absolute AFLAGS = -g -msoft-float --strip-local-absolute |
