projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ehci: msm: Add missing platdata
[oweals/u-boot.git]
/
board
/
freescale
/
t104xrdb
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0+
2
#
3
# Copyright 2013 Freescale Semiconductor, Inc.
4
5
ifdef CONFIG_SPL_BUILD
6
obj-y += spl.o
7
else
8
obj-y += t104xrdb.o
9
obj-y += cpld.o
10
obj-y += eth.o
11
obj-$(CONFIG_PCI) += pci.o
12
obj-$(CONFIG_FSL_DIU_FB)+= diu.o
13
endif
14
obj-y += ddr.o
15
obj-y += law.o
16
obj-y += tlb.o