diff options
author | James <james.mckenzie@citrix.com> | 2013-10-10 11:40:39 +0100 |
---|---|---|
committer | James <james.mckenzie@citrix.com> | 2013-10-10 11:40:39 +0100 |
commit | 4b7ba2f7366194608aac59b47d0f3c7cd9f21fb1 (patch) | |
tree | 0a7bb29847dd16cae644be4893039e577c106964 /software/pong3/Makefile | |
parent | d32c5f6d4713b445ee9f17df51abb25211ee52d6 (diff) | |
download | pong-4b7ba2f7366194608aac59b47d0f3c7cd9f21fb1.tar.gz pong-4b7ba2f7366194608aac59b47d0f3c7cd9f21fb1.tar.bz2 pong-4b7ba2f7366194608aac59b47d0f3c7cd9f21fb1.zip |
remove-path
Diffstat (limited to 'software/pong3/Makefile')
-rw-r--r-- | software/pong3/Makefile | 8 |
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 |