diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-10-08 09:22:34 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-10-08 09:22:34 +0000 |
commit | 538f257a6710eebea358e12845ae241437d70031 (patch) | |
tree | 8af04ac75cdcef2ad9eed89ef14b9b6903192823 /boards | |
parent | 1351fded5a9c460166637d276616a73be0b72392 (diff) | |
download | ChibiOS-538f257a6710eebea358e12845ae241437d70031.tar.gz ChibiOS-538f257a6710eebea358e12845ae241437d70031.tar.bz2 ChibiOS-538f257a6710eebea358e12845ae241437d70031.zip |
New build system for GCC ARM ports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3428 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/OLIMEX_LPC_P2148/board.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/boards/OLIMEX_LPC_P2148/board.mk b/boards/OLIMEX_LPC_P2148/board.mk index d41ed5dd4..5d0937e6d 100644 --- a/boards/OLIMEX_LPC_P2148/board.mk +++ b/boards/OLIMEX_LPC_P2148/board.mk @@ -1,8 +1,5 @@ -# Board directory path
-BOARDPATH = ${CHIBIOS}/boards/OLIMEX_LPC_P2148/
-
# List of all the mandatory board related files.
-BOARDSRC = ${BOARDPATH}/board.c
+BOARDSRC = ${CHIBIOS}/boards/OLIMEX_LPC_P2148/board.c
# Required include directories
-BOARDINC = ${BOARDPATH}
+BOARDINC = ${CHIBIOS}/boards/OLIMEX_LPC_P2148
|