summaryrefslogtreecommitdiff
path: root/config/target.mk
blob: 7ba3d0a4835eba8e241c6dc3e32cd7bed76be375 (plain)
1
2
3
4
5
6
7
8
export BOARD = mbed
export USE_MPU = false


ifeq ($(BOARD),mbed)
export CPU = arm
export CPU_FLAVOR = lpc1768
endif