mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-14 11:15:54 +00:00
13 lines
319 B
Makefile
13 lines
319 B
Makefile
#
|
|
# (C) Copyright 2017
|
|
# Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_AXI) += axi-uclass.o
|
|
obj-$(CONFIG_IHS_AXI) += ihs_axi.o
|
|
obj-$(CONFIG_SANDBOX) += axi-emul-uclass.o
|
|
obj-$(CONFIG_SANDBOX) += sandbox_store.o
|
|
obj-$(CONFIG_AXI_SANDBOX) += axi_sandbox.o
|