u-boot-brain/drivers/pinctrl/intel/Makefile
Simon Glass 0a6f333e8d x86: apl: Add pinctrl driver
Add a driver for the Apollo Lake pinctrl. This mostly makes use of the
common Intel pinctrl support.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2019-12-15 11:44:26 +08:00

7 lines
135 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2019 Google LLC
obj-y += pinctrl.o
obj-$(CONFIG_PINCTRL_INTEL_APL) += pinctrl_apl.o