base: declare build artifact for core

This is a generalization of the recent commit "base-hw: declare build
artifact for core".
This commit is contained in:
Norman Feske 2022-03-11 13:43:46 +01:00 committed by Christian Helmuth
parent 34a3209e9b
commit f3984ba5a9
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,4 @@ TARGET := core-hw-$(BOARD)
LIBS := core-hw-$(BOARD)
CORE_LIB := core-hw-$(BOARD).a
BUILD_ARTIFACTS := $(CORE_LIB)
include $(BASE_DIR)/src/core/target.inc

View File

@ -1,6 +1,8 @@
TARGET ?= core
CORE_LIB ?= core.a
BUILD_ARTIFACTS := $(CORE_LIB)
$(TARGET):
@true