From f84dfc74d71a47237b49e4984a7ca5b26e4c48b6 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 28 Dec 2014 12:46:31 +0100 Subject: Tidy up a bit. --- firmware/Makefile | 8 -------- 1 file changed, 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 = -- cgit v1.2.3