Move Intel AtomISP v2 drivers to intel sub-directory to improve readability. Signed-off-by: Kate Hsuan <hpa@redhat.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20210820110458.73018-15-andriy.shevchenko@linux.intel.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
9 lines
258 B
Makefile
9 lines
258 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Intel x86 Platform Specific Drivers
|
|
#
|
|
|
|
intel_atomisp2_led-y := led.o
|
|
obj-$(CONFIG_INTEL_ATOMISP2_LED) += intel_atomisp2_led.o
|
|
intel_atomisp2_pm-y += pm.o
|
|
obj-$(CONFIG_INTEL_ATOMISP2_PM) += intel_atomisp2_pm.o
|