From 583f00e0b8efe2832f63efb478a51d3ad35e92ed Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 7 Oct 2007 22:16:03 +0200 Subject: Included SI2E avr modules. Well, this need more works... --- digital/avr/modules/proto/test/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 digital/avr/modules/proto/test/Makefile (limited to 'digital/avr/modules/proto/test/Makefile') diff --git a/digital/avr/modules/proto/test/Makefile b/digital/avr/modules/proto/test/Makefile new file mode 100644 index 00000000..801870af --- /dev/null +++ b/digital/avr/modules/proto/test/Makefile @@ -0,0 +1,12 @@ +BASE = ../../.. +PROGS = test_proto +test_proto_SOURCES = test_proto.c +MODULES = proto uart 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