Silence build output

Do not pass CPPFLAGS twice
This commit is contained in:
Carsten Teibes
2020-05-16 02:58:04 +02:00
parent e929326a3b
commit 6f8e67656e
31 changed files with 125 additions and 126 deletions

View File

@@ -8,7 +8,7 @@ RANLIB = @PSP_RANLIB@
CPPFLAGS = -I$(top_srcdir)/src/base -I$(top_srcdir)/src/kernel
CFLAGS = @PSPSDK_CFLAGS@
CCASFLAGS = $(CFLAGS) -I$(top_srcdir)/src/base -I$(top_srcdir)/src/kernel
CCASFLAGS = $(CFLAGS)
REG_OBJS = sceReg_0000.o sceReg_0001.o sceReg_0002.o sceReg_0003.o sceReg_0004.o sceReg_0005.o sceReg_0006.o sceReg_0007.o sceReg_0008.o sceReg_0009.o sceReg_0010.o sceReg_0011.o sceReg_0012.o sceReg_0013.o sceReg_0014.o sceReg_0015.o sceReg_0016.o sceReg_0017.o sceReg_0018.o
@@ -25,8 +25,8 @@ libpspreg_driver_a_SOURCES = sceReg_driver.S
libpspreg_driver_a_LIBADD = $(REGDRIVER_OBJS)
$(REG_OBJS): sceReg.S
$(COMPILE) -DF_$* $< -c -o $@
$(AM_V_CPPAS)$(CPPASCOMPILE) -DF_$* $< -c -o $@
$(REGDRIVER_OBJS): sceReg_driver.S
$(COMPILE) -DF_$* $< -c -o $@
$(AM_V_CPPAS)$(CPPASCOMPILE) -DF_$* $< -c -o $@