6db4831e98
Android 14
6 lines
178 B
Makefile
6 lines
178 B
Makefile
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
|