1 2 3 4 5 6 7 8
export BOARD = mbed export USE_MPU = true ifeq ($(BOARD),mbed) export CPU = arm export CPU_FLAVOR = lpc1768 endif