mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-10 14:34:38 +00:00
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:
parent
34a3209e9b
commit
f3984ba5a9
@ -3,6 +3,4 @@ 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
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
TARGET ?= core
|
TARGET ?= core
|
||||||
CORE_LIB ?= core.a
|
CORE_LIB ?= core.a
|
||||||
|
|
||||||
|
BUILD_ARTIFACTS := $(CORE_LIB)
|
||||||
|
|
||||||
$(TARGET):
|
$(TARGET):
|
||||||
@true
|
@true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user