mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-14 20:37:46 +02:00
14 lines
306 B
Makefile
14 lines
306 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# 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
|