Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « opp « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f65ed5985bb4854115be524d5693b86158071581 (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0-only
ccflags-$(CONFIG_DEBUG_DRIVER)	:= -DDEBUG
obj-y				+= core.o cpu.o
obj-$(CONFIG_OF)		+= of.o
obj-$(CONFIG_DEBUG_FS)		+= debugfs.o
obj-$(CONFIG_ARM_TI_CPUFREQ)	+= ti-opp-supply.o