mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-20 22:25:54 +00:00
9 lines
144 B
Makefile
9 lines
144 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += $(BOARD).o
|
|
obj-y += ddr.o
|
|
obj-y += law.o
|
|
obj-y += tlb.o
|
|
obj-y += eth.o
|
|
obj-$(CONFIG_PCI) += pci.o
|