aboutsummaryrefslogtreecommitdiff
path: root/examples/spiblink
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-10-17 15:40:51 +0200
committerKarel Kočí <cynerd@email.cz>2015-10-17 15:40:51 +0200
commitb0d8f22f3492fbb3f6dc0e8026e63c803af59007 (patch)
treeeb9707612e87856962474885f2a18ae1621d214e /examples/spiblink
parent8fa9db4244f4ee33aa47561c569edfa62fe37928 (diff)
downloadavr-ioe-b0d8f22f3492fbb3f6dc0e8026e63c803af59007.tar.gz
avr-ioe-b0d8f22f3492fbb3f6dc0e8026e63c803af59007.tar.bz2
avr-ioe-b0d8f22f3492fbb3f6dc0e8026e63c803af59007.zip
Complete commit of current work
Diffstat (limited to 'examples/spiblink')
-rw-r--r--examples/spiblink/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/spiblink/makefile b/examples/spiblink/makefile
index bb3b94a..60ba9c9 100644
--- a/examples/spiblink/makefile
+++ b/examples/spiblink/makefile
@@ -4,7 +4,8 @@ MMCU = atmega328p
F_CPU = 16000000L
IOE_PREFIX = ../..
IOE_CFLAGS ?= -Os -ffunction-sections -fdata-sections -fshort-enums -g -Wall \
- -DF_CPU=$(F_CPU) -mmcu=$(MMCU)
+ -DF_CPU=$(F_CPU) -mmcu=$(MMCU) \
+ -DCONFIG_IOE_SPI
.PHONY: all
all: master.hex slave.hex