diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-01-01 23:25:55 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-01-01 23:25:55 -0500 |
commit | ea75e0f700c18dc1615d1e7fa72c5663558ce292 (patch) | |
tree | 62b0fa9b460a6f0e7bd7393e2200d852c973eaa2 | |
parent | 660ce9f35a2db0c61c95866c9ebc81c03c81662f (diff) | |
download | mcu_base-master.tar.gz mcu_base-master.tar.bz2 mcu_base-master.zip |
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ -include Makefile.opts +ifeq ($(MCU),) +$(error Must set 'MCU' in Makefile.opts; see 'BUILD' file) +endif + # Toolchain - Don't change this unless you are sure what you're doing! TOOLCHAIN_CONFIG=toolchain-$(MCU_CORE).config TOOLCHAIN_SRC_DIR=crosstool-ng |