projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[platform/kernel/u-boot.git]
/
board
/
freescale
/
t208xqds
/
Makefile
1
#
2
# Copyright 2013 Freescale Semiconductor, Inc.
3
#
4
# SPDX-License-Identifier: GPL-2.0+
5
#
6
7
ifdef CONFIG_SPL_BUILD
8
obj-y += spl.o
9
else
10
obj-$(CONFIG_T2080QDS) += t208xqds.o eth_t208xqds.o
11
obj-$(CONFIG_T2081QDS) += t208xqds.o eth_t208xqds.o
12
obj-$(CONFIG_PCI) += pci.o
13
endif
14
15
obj-y += ddr.o
16
obj-y += law.o
17
obj-y += tlb.o