update regnual

This commit is contained in:
NIIBE Yutaka
2015-07-31 16:13:06 +09:00
parent 99c55fce60
commit 70463566bf
4 changed files with 50 additions and 56 deletions

View File

@@ -32,7 +32,7 @@ LDFLAGS = -T$(LDSCRIPT) -nostartfiles $(MCFLAGS) $(TOPT)
all: regnual.hex
regnual.o: regnual.c ../src/sys.h
regnual.o: regnual.c ../src/sys.h ../src/usb_lld.h
regnual.hex: regnual.elf
$(OBJCOPY) -Obinary regnual.elf regnual.bin