mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-26 00:12:56 -04:00
Start collecting Intel x86 related drivers in its own subfolder. Move intel_skl_int3472 first. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20210618125516.53510-7-andriy.shevchenko@linux.intel.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
6 lines
237 B
Makefile
6 lines
237 B
Makefile
obj-$(CONFIG_INTEL_SKL_INT3472) += intel_skl_int3472.o
|
|
intel_skl_int3472-objs := intel_skl_int3472_common.o \
|
|
intel_skl_int3472_discrete.o \
|
|
intel_skl_int3472_tps68470.o \
|
|
intel_skl_int3472_clk_and_regulator.o
|