aboutsummaryrefslogtreecommitdiff
path: root/examples/system/console/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/system/console/makefile')
-rw-r--r--examples/system/console/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/system/console/makefile b/examples/system/console/makefile
index 0c27b55..d7e9374 100644
--- a/examples/system/console/makefile
+++ b/examples/system/console/makefile
@@ -1,4 +1,4 @@
-include ../../sdk-common.mk
+include ../../examples-setup.mk
# Project target name
TARGET = console.elf
@@ -19,7 +19,7 @@ INCLUDE +=
LIBDIRS +=
# Libraries to link
-LIBS = -lpsxsio -lpsxetc -lpsxgpu -lpsxgte -lpsxspu -lpsxapi -lc
+LIBS = -lpsxsio -lpsxgpu -lpsxgte -lpsxspu -lpsxetc -lpsxapi -lc
# C compiler flags
CFLAGS = -g -O2 -fno-builtin -fdata-sections -ffunction-sections