Provide default board for platform simplelink
If BOARD is unspecified, simplelink platform's build system will generate an error instead of choosing a default. This is a) inconsistent with what we do for other platforms and b) problematic because making targets clean, distclean etc will fail.
This commit is contained in:
parent
9e2ffda2da
commit
ba73abfeac
@ -8,9 +8,7 @@ ifndef CONTIKI
|
||||
$(error 'CONTIKI' not defined! You must specify where CONTIKI resides!)
|
||||
endif
|
||||
|
||||
ifndef BOARD
|
||||
$(error 'BOARD' not defined! You must specify which board you are using!)
|
||||
endif
|
||||
BOARD ?= srf06/cc26x0
|
||||
|
||||
################################################################################
|
||||
### Resolve the SimpleLink Family
|
||||
|
Loading…
Reference in New Issue
Block a user