mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-25 04:54:59 +00:00
Silence build output
Do not pass CPPFLAGS twice
This commit is contained in:
@@ -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 $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user