mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-01 13:16:35 +00:00
Modernize autotools usage (fix warnings)
This commit is contained in:
@@ -6,9 +6,9 @@ CCAS = $(CC)
|
||||
AR = @PSP_AR@
|
||||
RANLIB = @PSP_RANLIB@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/base -I$(top_srcdir)/src/kernel
|
||||
CPPFLAGS = -I$(top_srcdir)/src/base -I$(top_srcdir)/src/kernel
|
||||
CFLAGS = @PSPSDK_CFLAGS@
|
||||
CCASFLAGS = $(CFLAGS) $(INCLUDES)
|
||||
CCASFLAGS = $(CFLAGS) $(CPPFLAGS)
|
||||
|
||||
USB_OBJS = sceUsb_0000.o sceUsb_0001.o sceUsb_0002.o sceUsb_0003.o sceUsb_0004.o sceUsb_0005.o sceUsb_0006.o sceUsb_0007.o sceUsb_0008.o sceUsb_0009.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user