git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
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
|