projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git]
/
Bootloaders
/
HID
/
HostLoaderApp
/
Makefile.bsd
diff --git
a/Bootloaders/HID/HostLoaderApp/Makefile.bsd
b/Bootloaders/HID/HostLoaderApp/Makefile.bsd
index
2aea86d
..
a15a664
100644
(file)
--- a/
Bootloaders/HID/HostLoaderApp/Makefile.bsd
+++ b/
Bootloaders/HID/HostLoaderApp/Makefile.bsd
@@
-14,8
+14,8
@@
LIBS =
.endif
.endif
-
teensy_loader_cli: teensy_
loader_cli.c
- $(CC) $(CFLAGS) -s -o
teensy_loader_cli teensy_
loader_cli.c $(LIBS)
+
hid_bootloader_cli: hid_boot
loader_cli.c
+ $(CC) $(CFLAGS) -s -o
hid_bootloader_cli hid_boot
loader_cli.c $(LIBS)
clean:
clean:
- rm -f
teensy_
loader_cli
+ rm -f
hid_boot
loader_cli