mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00: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
|