projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add support for ATmega168p CPU
[pub/USBasp.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
1dbe4b8
..
a7c9e64
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-18,6
+18,9
@@
all:
$(MAKE) F_CPU=12000000 DEVICE=atmega8 do_firmware
$(MAKE) F_CPU=16000000 DEVICE=atmega8 do_firmware
$(MAKE) F_CPU=12000000 DEVICE=atmega88 do_firmware
$(MAKE) F_CPU=12000000 DEVICE=atmega8 do_firmware
$(MAKE) F_CPU=16000000 DEVICE=atmega8 do_firmware
$(MAKE) F_CPU=12000000 DEVICE=atmega88 do_firmware
+ $(MAKE) F_CPU=12000000 DEVICE=atmega168p do_firmware
+ $(MAKE) F_CPU=16000000 DEVICE=atmega168p do_firmware
+ $(MAKE) F_CPU=18000000 DEVICE=atmega168p do_firmware
$(MAKE) F_CPU=12000000 DEVICE=atmega328p do_firmware
$(MAKE) F_CPU=16000000 DEVICE=atmega328p do_firmware
$(MAKE) F_CPU=18000000 DEVICE=atmega328p do_firmware
$(MAKE) F_CPU=12000000 DEVICE=atmega328p do_firmware
$(MAKE) F_CPU=16000000 DEVICE=atmega328p do_firmware
$(MAKE) F_CPU=18000000 DEVICE=atmega328p do_firmware