Add support for 18 MHz Clock
[pub/USBasp.git] / Makefile
index 64bb087..1dbe4b8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ all:
        $(MAKE) F_CPU=12000000 DEVICE=atmega88 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
 
 help:
        @echo "Usage:"