base-hw: declare build artifact for core

This commit is contained in:
Norman Feske 2022-01-11 14:40:01 +01:00 committed by Christian Helmuth
parent bed7f13008
commit 3ba316b015

View File

@ -1,6 +1,8 @@
BOARD ?= unknown BOARD ?= unknown
TARGET := core_hw_$(BOARD) TARGET := core-hw-$(BOARD)
LIBS := core-hw-$(BOARD) LIBS := core-hw-$(BOARD)
CORE_LIB := core-hw-$(BOARD).a CORE_LIB := core-hw-$(BOARD).a
BUILD_ARTIFACTS := $(CORE_LIB)
include $(BASE_DIR)/src/core/target.inc include $(BASE_DIR)/src/core/target.inc