From 0476a9aed588828414a13361ee6f1983265416e5 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 17 Apr 2009 00:25:44 +0200 Subject: * digital/avr/modules/isp: - added low level programing methods. --- digital/avr/modules/isp/test/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 digital/avr/modules/isp/test/Makefile (limited to 'digital/avr/modules/isp/test/Makefile') diff --git a/digital/avr/modules/isp/test/Makefile b/digital/avr/modules/isp/test/Makefile new file mode 100644 index 00000000..c06fd358 --- /dev/null +++ b/digital/avr/modules/isp/test/Makefile @@ -0,0 +1,12 @@ +BASE = ../../.. +AVR_PROGS = test_isp +test_isp_SOURCES = test_isp.c +MODULES = isp utils +CONFIGFILE = avrconfig.h +# atmega8, atmega8535, atmega128... +AVR_MCU = atmega8 +# -O2 : speed +# -Os : size +OPTIMIZE = -O2 + +include $(BASE)/make/Makefile.gen -- cgit v1.2.3