diff options
author | tmk <nobody@nowhere> | 2011-09-22 16:56:36 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-09-22 16:56:36 +0900 |
commit | e65575d4a5f03a90adfa9850cb71a5d0448098cd (patch) | |
tree | ea5cea3c3985fb3056233f6b08fa76bf409c1f57 /vusb.mk | |
parent | e67c988824f5ec0c965beb412f8ee5953dfd3c8c (diff) |
Refactored bootloader jumping. Added USBaspLoader support.
Diffstat (limited to 'vusb.mk')
-rw-r--r-- | vusb.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,9 @@ OPT_DEFS += -DHOST_VUSB SRC += vusb.c \ usbdrv.c \ usbdrvasm.S \ - oddebug.c + oddebug.c \ + bootloader_usbasp.c \ + ifdef NO_UART SRC += sendchar_null.c |