mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-07 08:10:19 -05:00
It is too much to add extra header search path for all files in drivers/acpi/dptf/. Fix up one C file, and remove the header search path. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
3 lines
93 B
Makefile
3 lines
93 B
Makefile
obj-$(CONFIG_ACPI) += int340x_thermal.o
|
|
obj-$(CONFIG_DPTF_POWER) += dptf_power.o
|