mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
base-hw: declare build artifact for core
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user