mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
d8fcfb6dbb
After patch "of/platform: Add common method to populate default bus", it is possible for arch code to remove unnecessary callers of of_platform_populate with default match table. Cc: Mikael Starvik <starvik@axis.com> Cc: Jesper Nilsson <jesper.nilsson@axis.com> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Rob Herring <robh@kernel.org>
13 lines
266 B
Makefile
13 lines
266 B
Makefile
#
|
|
# Makefile for arch/c6x/platforms
|
|
#
|
|
# Copyright 2010, 2011 Texas Instruments Incorporated
|
|
#
|
|
|
|
obj-y = cache.o megamod-pic.o pll.o plldata.o timer64.o
|
|
obj-y += dscr.o
|
|
|
|
# SoC objects
|
|
obj-$(CONFIG_SOC_TMS320C6455) += emif.o
|
|
obj-$(CONFIG_SOC_TMS320C6457) += emif.o
|