summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2011-03-06 06:45:24 +0100
committerDavid Lamparter <equinox@diac24.net>2011-03-06 06:45:24 +0100
commitd3dcf97e28cfeffe5d2e27a119077e12b61b2e7e (patch)
tree44bf0f8f022e4168f613f79c8b21bb39a8dd3e2e /Makefile
parent75ff498d410a42b4cce52409f2abcfa9e3856143 (diff)
use eeprom for pin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 581165c..3f0732f 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ CC=gcc
15CXX=g++ -g 15CXX=g++ -g
16LDXX=g++ -g 16LDXX=g++ -g
17 17
18love: kbc.flash 18love: kbc.flash kbc.eeprom
19 19
20%.flash: %.ld.o 20%.flash: %.ld.o
21 $(AOBJCOPY) -O binary $< $@ 21 $(AOBJCOPY) -O binary $< $@