mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-29 21:33:36 +00:00
13 lines
256 B
Makefile
13 lines
256 B
Makefile
|
#
|
||
|
# Copyright 2013 Freescale Semiconductor, Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_T2080QDS) += t2080qds.o
|
||
|
obj-$(CONFIG_T2080QDS) += eth_t2080qds.o
|
||
|
obj-$(CONFIG_PCI) += pci.o
|
||
|
obj-y += ddr.o
|
||
|
obj-y += law.o
|
||
|
obj-y += tlb.o
|