mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-19 13:45:54 +00:00
12 lines
212 B
Makefile
12 lines
212 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# Copyright 2013 Freescale Semiconductor, Inc.
|
||
|
|
||
|
obj-y += t1040qds.o
|
||
|
obj-y += ddr.o
|
||
|
obj-$(CONFIG_PCI) += pci.o
|
||
|
obj-y += law.o
|
||
|
obj-y += tlb.o
|
||
|
obj-y += eth.o
|
||
|
obj-y += diu.o
|