mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 12:42:36 +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)
|
||||
|
||||
DISPLAY_OBJS = sceDisplay_0000.o sceDisplay_0001.o sceDisplay_0002.o sceDisplay_0003.o sceDisplay_0004.o sceDisplay_0005.o sceDisplay_0006.o sceDisplay_0007.o sceDisplay_0008.o sceDisplay_0009.o sceDisplay_0010.o sceDisplay_0011.o sceDisplay_0012.o sceDisplay_0013.o sceDisplay_0014.o sceDisplay_0015.o sceDisplay_0016.o sceDisplay_0017.o
|
||||
|
||||
@@ -24,7 +24,7 @@ libpspdisplay_driver_a_SOURCES = sceDisplay_driver.S
|
||||
libpspdisplay_driver_a_LIBADD = $(DISPLAYDRIVER_OBJS)
|
||||
|
||||
$(DISPLAY_OBJS): sceDisplay.S
|
||||
$(COMPILE) -DF_$* $< -c -o $@
|
||||
$(AM_V_CPPAS)$(CPPASCOMPILE) -DF_$* $< -c -o $@
|
||||
|
||||
$(DISPLAYDRIVER_OBJS): sceDisplay_driver.S
|
||||
$(COMPILE) -DF_$* $< -c -o $@
|
||||
$(AM_V_CPPAS)$(CPPASCOMPILE) -DF_$* $< -c -o $@
|
||||
|
||||
Reference in New Issue
Block a user