diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/Makefile | 8 |
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 = |