diff options
Diffstat (limited to 'drivers/reset/hisilicon/Makefile')
-rw-r--r-- | drivers/reset/hisilicon/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/reset/hisilicon/Makefile b/drivers/reset/hisilicon/Makefile new file mode 100644 index 000000000..cf86d1308 --- /dev/null +++ b/drivers/reset/hisilicon/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_COMMON_RESET_HI6220) += hi6220_reset.o +obj-$(CONFIG_COMMON_RESET_HI3660) += reset-hi3660.o |