main: add virtual target

wip/virtual-tbm
Merlijn Wajer 5 years ago
parent 8723a6e78d
commit 4b49f643ca
  1. 2
      Makefile
  2. 2
      source/core/Makefile

@ -1,5 +1,5 @@
TARGET ?= host
TARGET := $(filter host stm32f0 stm32f1,${TARGET})
TARGET := $(filter host stm32f0 stm32f1 virtual,${TARGET})
ifeq (${TARGET},)
$(error No support available for the target)

@ -1 +1 @@
tbm-obj-y += source/core/flash.o
tbm-obj-y += source/core/flash.o source/core/spi.o

Loading…
Cancel
Save