]> Git Repo - linux.git/blob - arch/arm/mach-davinci/Makefile
workqueue: Implement system-wide nr_active enforcement for unbound workqueues
[linux.git] / arch / arm / mach-davinci / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the linux kernel.
4 #
5 #
6 #
7 # Common objects
8 obj-y                                   := common.o sram.o devices-da8xx.o
9
10 obj-$(CONFIG_DAVINCI_MUX)               += mux.o
11
12 # Chip specific
13 obj-$(CONFIG_ARCH_DAVINCI_DA830)        += da830.o
14 obj-$(CONFIG_ARCH_DAVINCI_DA850)        += da850.o pdata-quirks.o
15
16 obj-y                                   += da8xx-dt.o
17
18 # Power Management
19 obj-$(CONFIG_CPU_IDLE)                  += cpuidle.o
20 obj-$(CONFIG_HAVE_CLK)                  += pm_domain.o
21 ifeq ($(CONFIG_SUSPEND),y)
22 obj-$(CONFIG_ARCH_DAVINCI_DA850)        += pm.o sleep.o
23 endif
This page took 0.036927 seconds and 4 git commands to generate.