13 lines
183 B
Makefile
13 lines
183 B
Makefile
|
#
|
||
|
# Copyright 2013 Freescale Semiconductor, Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
|
||
|
obj-y += t104xrdb.o
|
||
|
obj-y += ddr.o
|
||
|
obj-$(CONFIG_PCI) += pci.o
|
||
|
obj-y += law.o
|
||
|
obj-y += tlb.o
|