diff options
| author | Daniel Campora | 2015-05-28 13:22:26 +0200 |
|---|---|---|
| committer | Daniel Campora | 2015-05-28 13:22:26 +0200 |
| commit | 78744c4f7a368e74e8aff81320a8e1bb3265346e (patch) | |
| tree | 3ef1a9c664bfd83d4893f90d61cc6f6dcbc454df /cc3200/Makefile | |
| parent | 2abb58d758f94ce8e8a6809e5c425417a259012f (diff) | |
cc3200: Remove WIPY-SD variant, and make the WiPy the default board.
Diffstat (limited to 'cc3200/Makefile')
| -rw-r--r-- | cc3200/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cc3200/Makefile b/cc3200/Makefile index 29318d44e..d86b98326 100644 --- a/cc3200/Makefile +++ b/cc3200/Makefile @@ -1,10 +1,11 @@ # Select the board to build for: if not given on the command line, -# then default to LAUNCHXL -BOARD ?= LAUNCHXL +# then default to WIPY +BOARD ?= WIPY ifeq ($(wildcard boards/$(BOARD)/.),) $(error Invalid BOARD specified) endif +# Make 'release' the default build type BTYPE ?= release # If the build directory is not given, make it reflect the board name. |
