Add support for ATmega168p CPU
[pub/USBasp.git] / 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=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