summaryrefslogtreecommitdiffstats
path: root/software/pong3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'software/pong3/Makefile')
-rw-r--r--software/pong3/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/software/pong3/Makefile b/software/pong3/Makefile
index 1f3722c..0aeadd9 100644
--- a/software/pong3/Makefile
+++ b/software/pong3/Makefile
@@ -142,7 +142,9 @@ ACDS_VERSION := 13.0sp1
ELF := pong3.elf
# Paths to C, C++, and assembly source files.
-C_SRCS := pong3.c hello_led.c DM9000A.C
+C_SRCS += pong3.c
+C_SRCS += hello_led.c
+C_SRCS += DM9000A.C
CXX_SRCS :=
ASM_SRCS :=
@@ -177,7 +179,7 @@ CRT0 :=
SYS_LIB :=
# Define path to the root of the BSP.
-BSP_ROOT_DIR := /root/projects/pong3/software/pong3_bsp/
+BSP_ROOT_DIR := ../pong3_bsp/
# List of application specific include directories, library directories and library names
APP_INCLUDE_DIRS :=
@@ -188,7 +190,7 @@ APP_LIBRARY_NAMES :=
BUILD_PRE_PROCESS :=
BUILD_POST_PROCESS :=
-QUARTUS_PROJECT_DIR := /root/projects/pong3/hardware/
+QUARTUS_PROJECT_DIR := ../../
#END GENERATED