mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +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)
|
||||
CORE_LIB := core-hw-$(BOARD).a
|
||||
|
||||
BUILD_ARTIFACTS := $(CORE_LIB)
|
||||
|
||||
include $(BASE_DIR)/src/core/target.inc
|
||||
|
@ -1,6 +1,8 @@
|
||||
TARGET ?= core
|
||||
CORE_LIB ?= core.a
|
||||
|
||||
BUILD_ARTIFACTS := $(CORE_LIB)
|
||||
|
||||
$(TARGET):
|
||||
@true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user