mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base-hw: declare build artifact for core
This commit is contained in:
committed by
Christian Helmuth
parent
bed7f13008
commit
3ba316b015
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user