Allow hello-world to build, fix makefile ignoring rf230bb

This commit is contained in:
dak664 2009-07-26 12:10:38 +00:00
parent 8ea4b747d0
commit 283d288f1a
3 changed files with 26 additions and 11 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile.avr,v 1.15 2009/07/23 16:13:48 dak664 Exp $
# $Id: Makefile.avr,v 1.16 2009/07/26 12:10:38 dak664 Exp $
### Check if we are running under Windows
@ -42,7 +42,7 @@ ifeq ($(RF230BB),1)
#ifdef RF230BB
CFLAGS += -DRF230BB
#Source for AT86RF230 barebones driver using the contiki core MAC
include $(CONTIKI)/cpu/avr/radio/rf230/Makefile.rf230
include $(CONTIKI)/cpu/avr/radio/rf230bb/Makefile.rf230bb
else
# Source for AT86RF230
include $(CONTIKI)/cpu/avr/radio/rf230/Makefile.rf230