From 25e96c1c3070db2b6266d358eee3af1315751e52 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 4 Apr 2010 17:08:55 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1850 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/EA_LPCXPRESSO_BB_1343/board.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 boards/EA_LPCXPRESSO_BB_1343/board.mk (limited to 'boards/EA_LPCXPRESSO_BB_1343/board.mk') diff --git a/boards/EA_LPCXPRESSO_BB_1343/board.mk b/boards/EA_LPCXPRESSO_BB_1343/board.mk new file mode 100644 index 000000000..da59e98c4 --- /dev/null +++ b/boards/EA_LPCXPRESSO_BB_1343/board.mk @@ -0,0 +1,5 @@ +# List of all the board related files. +BOARDSRC = ${CHIBIOS}/boards/EA_LPCXPRESSO_BB_1343/board.c + +# Required include directories +BOARDINC = ${CHIBIOS}/boards/EA_LPCXPRESSO_BB_1343 -- cgit v1.2.3