diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-20 17:43:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-20 17:43:16 +0000 |
commit | 51e92189370b75c0e21d5060f10ad46c1e36b83c (patch) | |
tree | 6e8cf12f3a58b1f6de088e467b3efae6e9874040 /boards/EA_LPCXPRESSO_BB_11U14/board.mk | |
parent | dce3d9cca32c68635d294fad4c3984a3492c3a9b (diff) | |
download | ChibiOS-51e92189370b75c0e21d5060f10ad46c1e36b83c.tar.gz ChibiOS-51e92189370b75c0e21d5060f10ad46c1e36b83c.tar.bz2 ChibiOS-51e92189370b75c0e21d5060f10ad46c1e36b83c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4224 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/EA_LPCXPRESSO_BB_11U14/board.mk')
-rw-r--r-- | boards/EA_LPCXPRESSO_BB_11U14/board.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boards/EA_LPCXPRESSO_BB_11U14/board.mk b/boards/EA_LPCXPRESSO_BB_11U14/board.mk new file mode 100644 index 000000000..1c5d132d2 --- /dev/null +++ b/boards/EA_LPCXPRESSO_BB_11U14/board.mk @@ -0,0 +1,5 @@ +# List of all the board related files.
+BOARDSRC = ${CHIBIOS}/boards/EA_LPCXPRESSO_BB_11U14/board.c
+
+# Required include directories
+BOARDINC = ${CHIBIOS}/boards/EA_LPCXPRESSO_BB_11U14
|