11 lines
280 B
Makefile
Executable File
11 lines
280 B
Makefile
Executable File
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Linux kernel device drivers.
|
|
#
|
|
# 15 Sep 2000, Christoph Hellwig <hch@infradead.org>
|
|
# Rewritten to use lists instead of if-statements.
|
|
#
|
|
|
|
obj-$(CONFIG_HCEN104_LED) += hcen104_led/
|
|
obj-$(CONFIG_HCEN1002_LED) += hcen1002_led/
|