1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 27c6337e2SKevin Hilman# 37c6337e2SKevin Hilman# Makefile for the linux kernel. 47c6337e2SKevin Hilman# 57c6337e2SKevin Hilman# 6ca31807bSArnd Bergmann# 77c6337e2SKevin Hilman# Common objects 8*dec85a95SArnd Bergmannobj-y := common.o sram.o devices-da8xx.o 95526b3f7SKevin Hilman 105526b3f7SKevin Hilmanobj-$(CONFIG_DAVINCI_MUX) += mux.o 117c6337e2SKevin Hilman 12d0e47fbaSKevin Hilman# Chip specific 13*dec85a95SArnd Bergmannobj-$(CONFIG_ARCH_DAVINCI_DA830) += da830.o 14*dec85a95SArnd Bergmannobj-$(CONFIG_ARCH_DAVINCI_DA850) += da850.o pdata-quirks.o 15d0e47fbaSKevin Hilman 16*dec85a95SArnd Bergmannobj-y += da8xx-dt.o 176601b803SSekhar Nori 186601b803SSekhar Nori# Power Management 19ce9dcb87SKevin Hilmanobj-$(CONFIG_HAVE_CLK) += pm_domain.o 20f7715b29SKevin Hilmanifeq ($(CONFIG_SUSPEND),y) 21f7715b29SKevin Hilmanobj-$(CONFIG_ARCH_DAVINCI_DA850) += pm.o sleep.o 22f7715b29SKevin Hilmanendif 23