]> Git Repo - u-boot.git/blame - arch/arm/mach-omap2/am33xx/Makefile
arm: omap: Unify get_device_type() function
[u-boot.git] / arch / arm / mach-omap2 / am33xx / Makefile
CommitLineData
5655108a
CN
1#
2# Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
3#
1a459660 4# SPDX-License-Identifier: GPL-2.0+
5655108a
CN
5#
6
4e1aa843
MY
7obj-$(CONFIG_AM33XX) += clock_am33xx.o
8obj-$(CONFIG_TI814X) += clock_ti814x.o
9obj-$(CONFIG_AM43XX) += clock_am43xx.o
3b34ac13
LV
10
11ifneq ($(CONFIG_AM43XX)$(CONFIG_AM33XX),)
4e1aa843 12obj-y += clock.o
3b34ac13
LV
13endif
14
4e1aa843
MY
15obj-$(CONFIG_TI816X) += clock_ti816x.o
16obj-y += sys_info.o
4e1aa843 17obj-y += ddr.o
86277339 18ifeq ($(CONFIG_TI816X)$(CONFIG_SKIP_LOWLEVEL_INIT),)
4e1aa843 19obj-y += emif4.o
86277339
TR
20endif
21obj-$(CONFIG_TI816X) += ti816x_emif4.o
4e1aa843
MY
22obj-y += board.o
23obj-y += mux.o
00bbe96e
SP
24obj-y += prcm-regs.o
25obj-y += hw_data.o
3164f3c6
LV
26
27obj-$(CONFIG_CLOCK_SYNTHESIZER) += clk_synthesizer.o
a73c8b32
MN
28
29obj-$(CONFIG_AM33XX_CHILISOM) += chilisom.o
This page took 0.197096 seconds and 4 git commands to generate.