~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/arch/arm/cpu/armv7/omap3/Makefile

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# (C) Copyright 2000-2003
 
3
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 
4
#
 
5
# SPDX-License-Identifier:      GPL-2.0+
 
6
#
 
7
 
 
8
obj-y   := lowlevel_init.o
 
9
 
 
10
obj-y   += board.o
 
11
obj-y   += clock.o
 
12
obj-y   += mem.o
 
13
obj-y   += sys_info.o
 
14
ifdef CONFIG_SPL_BUILD
 
15
obj-$(CONFIG_SPL_OMAP3_ID_NAND) += spl_id_nand.o
 
16
endif
 
17
 
 
18
obj-$(CONFIG_DRIVER_TI_EMAC)    += emac.o
 
19
obj-$(CONFIG_EMIF4)     += emif4.o
 
20
obj-$(CONFIG_SDRC)      += sdrc.o
 
21
obj-$(CONFIG_USB_MUSB_AM35X)    += am35x_musb.o