summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-12-28 12:46:31 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2014-12-28 12:46:31 +0100
commitf84dfc74d71a47237b49e4984a7ca5b26e4c48b6 (patch)
treed8a99b35cba9b2ca9015c95b345bc372a1937bbe
parent6a5f460c6b1397b9175f532532ee80e44e07dcf5 (diff)
Tidy up a bit.
-rw-r--r--firmware/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index acd193f..97a59ff 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -45,18 +45,10 @@ LINKER_SCRIPT = ${LPC}/LPC17xx.ld
CSRCS = \
${LPC}/startup_LPC17xx.c \
${LPC}/system_LPC17xx.c \
- ${LPC}/lpc17xx_spi.c \
${LPC}/lpc17xx_clkpwr.c \
$(wildcard ${SRC}/*.c) \
$(wildcard ${DRV}/*.c)
-# ${DRV}/*.c \
-
-
-# $(wildcard ${CMSIS}/*.c) \
-# $(wildcard ${LPC}/*.c) \
-# $(wildcard ${DRV}/*.c) \
-# $(wildcard ${SRC}/*.c)
CSRCS += ${SRC}/${PROJ}.c
ASRCS =