diff options
Diffstat (limited to '')
-rw-r--r-- | arch/sh/boards/mach-x3proto/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-x3proto/Makefile b/arch/sh/boards/mach-x3proto/Makefile new file mode 100644 index 000000000..6caefa114 --- /dev/null +++ b/arch/sh/boards/mach-x3proto/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 +obj-y += setup.o ilsel.o + +obj-$(CONFIG_GPIOLIB) += gpio.o |