mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-25 04:54:59 +00:00
Modernize autotools usage (fix warnings)
This commit is contained in:
@@ -6,14 +6,14 @@ CCAS = $(CC)
|
||||
AR = @PSP_AR@
|
||||
RANLIB = @PSP_RANLIB@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/base \
|
||||
CPPFLAGS = -I$(top_srcdir)/src/base \
|
||||
-I$(top_srcdir)/src/kernel \
|
||||
-I$(top_srcdir)/src/display \
|
||||
-I$(top_srcdir)/src/ge \
|
||||
-I$(top_srcdir)/src/user \
|
||||
-I$(top_srcdir)/src/ctrl
|
||||
CFLAGS = @PSPSDK_CFLAGS@
|
||||
CCASFLAGS = $(CFLAGS) $(INCLUDES)
|
||||
CCASFLAGS = $(CFLAGS) $(CPPFLAGS)
|
||||
|
||||
SCRPRINT_OBJS = pspDebugScreenInit.o pspDebugScreenPrintf.o pspDebugScreenKprintf.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user