summaryrefslogtreecommitdiff
path: root/build/top.mk
diff options
context:
space:
mode:
authorNicolas Schodet2013-05-01 12:30:06 +0200
committerNicolas Schodet2019-10-07 00:01:14 +0200
commitb248612634e76d1537f275e1b125f488b263df45 (patch)
tree44e152e996e4072e8dfd82a813d46b5e2871ccc8 /build/top.mk
parent996aca5612de78239a01f52bc79d75a5e403d5c7 (diff)
build: compute CRC32 when building a .bin
Diffstat (limited to 'build/top.mk')
-rw-r--r--build/top.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/top.mk b/build/top.mk
index d4f53fe..5d87aa6 100644
--- a/build/top.mk
+++ b/build/top.mk
@@ -33,11 +33,12 @@ size:
hex:
srec:
bin:
+crc:
clean:
rmdir $(OBJDIR) 2> /dev/null || true
-.PHONY: all lst size hex srec bin clean
+.PHONY: all lst size hex srec bin crc clean
# Modules and sources setup.