diff options
Diffstat (limited to 'roms/u-boot/drivers/pinctrl/nexell/Makefile')
-rw-r--r-- | roms/u-boot/drivers/pinctrl/nexell/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/pinctrl/nexell/Makefile b/roms/u-boot/drivers/pinctrl/nexell/Makefile new file mode 100644 index 000000000..74df414d5 --- /dev/null +++ b/roms/u-boot/drivers/pinctrl/nexell/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2016 Nexell +# Bongyu, KOO <freestyle@nexell.co.kr> + +obj-$(CONFIG_PINCTRL_NEXELL) += pinctrl-nexell.o +obj-$(CONFIG_PINCTRL_NEXELL_S5PXX18) += pinctrl-s5pxx18.o |