aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-gpio/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2018-03-15 07:22:35 +1100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-19 19:56:02 +0100
commit16e556aa104c306958e10165d6da4ab1be4befc8 (patch)
tree18cea37b3f36e77e358ef50b494e68c7d1473b78 /drivers/staging/mt7621-gpio/Makefile
parentstaging: mt7621-pinctrl: ralink: add pinctrl driver (diff)
downloadlinux-dev-16e556aa104c306958e10165d6da4ab1be4befc8.tar.xz
linux-dev-16e556aa104c306958e10165d6da4ab1be4befc8.zip
staging: mt7621-gpio: ralink: add mt7621 gpio controller
Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mt7621-gpio/Makefile')
-rw-r--r--drivers/staging/mt7621-gpio/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/mt7621-gpio/Makefile b/drivers/staging/mt7621-gpio/Makefile
new file mode 100644
index 000000000000..e269ab1b8717
--- /dev/null
+++ b/drivers/staging/mt7621-gpio/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_GPIO_MT7621) += gpio-mt7621.o
+
+ccflags-y += -I$(srctree)/$(src)/include