diff options
| author | Henning Schild <henning.schild@siemens.com> | 2023-05-24 14:46:27 +0200 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2023-06-08 18:29:44 +0100 |
| commit | 2f5d6fe37b97cabf5cb5fc2be9630e37e2820e94 (patch) | |
| tree | a4cc82124c49a20b37bd4178fc734491bd1b590f /drivers/leds/simple/Makefile | |
| parent | leds: simatic-ipc-leds-gpio: Move two extra gpio pins into another table (diff) | |
| download | linux-2f5d6fe37b97cabf5cb5fc2be9630e37e2820e94.tar.gz linux-2f5d6fe37b97cabf5cb5fc2be9630e37e2820e94.zip | |
leds: simatic-ipc-leds-gpio: Split up into multiple drivers
In order to clearly describe the dependencies between the GPIO
controller drivers and the users the driver is split up into a core,
two drivers and a common header.
Signed-off-by: Henning Schild <henning.schild@siemens.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230524124628.32295-4-henning.schild@siemens.com
Diffstat (limited to 'drivers/leds/simple/Makefile')
| -rw-r--r-- | drivers/leds/simple/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/leds/simple/Makefile b/drivers/leds/simple/Makefile index 1c7ef5e1324b..ed9057f7b6da 100644 --- a/drivers/leds/simple/Makefile +++ b/drivers/leds/simple/Makefile @@ -1,3 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_LEDS_SIEMENS_SIMATIC_IPC) += simatic-ipc-leds.o -obj-$(CONFIG_LEDS_SIEMENS_SIMATIC_IPC) += simatic-ipc-leds-gpio.o +obj-$(CONFIG_LEDS_SIEMENS_SIMATIC_IPC) += simatic-ipc-leds-gpio-core.o +obj-$(CONFIG_LEDS_SIEMENS_SIMATIC_IPC) += simatic-ipc-leds-gpio-apollolake.o +obj-$(CONFIG_LEDS_SIEMENS_SIMATIC_IPC) += simatic-ipc-leds-gpio-f7188x.o |
