Add support for ATmega168p CPU
[pub/USBasp.git] / Makefile
index 64bb087..a7c9e64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,12 @@ 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=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
 
 help:
        @echo "Usage:"