xref: /openbmc/u-boot/board/freescale/t1040qds/Makefile (revision 8cbbb1098d139ff70e2c1ebe2b78ed3d644d9ff2)
1#
2# Copyright 2013 Freescale Semiconductor, Inc.
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7obj-y	+= $(BOARD).o
8obj-y	+= ddr.o
9obj-$(CONFIG_PCI)     += pci.o
10obj-y	+= law.o
11obj-y	+= tlb.o
12