aboutsummaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2011-07-04 21:55:37 +0000
committerDimitri Sokolyuk <demon@dim13.org>2011-07-04 21:55:37 +0000
commit5bcec6fd976b3f92961b9881007283a0046c91d4 (patch)
tree652ac83c8da7aa428427212c4f0f06e38b4737c6 /firmware/Makefile
parent99ad22f055c9700b954be3f12b259d6977d9c870 (diff)
new language, fix pagesize bug
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index a65993e..7510e92 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -27,7 +27,7 @@ all: ${PROG}.elf ${PROG}.lst ${PROG}.hex ${PROG}.ehex size
${SRCS}: ${HEADERS} Makefile
${PROG}.elf: ${OBJS}
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+ ${CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
size: ${PROG}.elf
${SIZE} -C --mcu=${MCU_TARGET} ${.ALLSRC}