main: add virtual target

This commit is contained in:
Merlijn Wajer 2019-11-08 18:52:21 +01:00
parent 8723a6e78d
commit 4b49f643ca
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

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