From 912cc6bd3cb76807e9d56c716fb571ecb1a59cc5 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 27 Nov 2008 22:21:40 +0100 Subject: * digital/rgb: - imported rgb board from SI2E sources r426. --- digital/rgb/src/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 digital/rgb/src/Makefile (limited to 'digital/rgb/src/Makefile') diff --git a/digital/rgb/src/Makefile b/digital/rgb/src/Makefile new file mode 100644 index 00000000..791941a9 --- /dev/null +++ b/digital/rgb/src/Makefile @@ -0,0 +1,12 @@ +BASE = ../../avr +AVR_PROGS = test_rvb +test_rvb_SOURCES = test_rvb.c +MODULES = proto uart utils +CONFIGFILE = avrconfig.h +# atmega8, atmega8535, atmega128... +AVR_MCU = atmega64 +# -O2 : speed +# -Os : size +OPTIMIZE = -O2 + +include $(BASE)/make/Makefile.gen -- cgit v1.2.3