mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-19 17:59:18 +01:00
10 lines
232 B
Makefile
10 lines
232 B
Makefile
#
|
|
# Copyright (C) 2016 Samsung Electronics
|
|
# Thomas Abraham <thomas.ab@samsung.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_PINCTRL_EXYNOS) += pinctrl-exynos.o
|
|
obj-$(CONFIG_PINCTRL_EXYNOS7420) += pinctrl-exynos7420.o
|