mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
9 lines
182 B
Makefile
9 lines
182 B
Makefile
BOARD ?= unknown
|
|
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
|