ubuntu-linux-kernel/drivers/opp/Makefile

5 lines
130 B
Makefile
Raw Normal View History

2024-04-01 15:06:58 +00:00
ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG
obj-y += core.o cpu.o
obj-$(CONFIG_OF) += of.o
obj-$(CONFIG_DEBUG_FS) += debugfs.o