Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2209)

Unified Diff: drivers/gpio/Makefile

Issue 2231003: NM10 gpio driver implementation (Closed) Base URL: ssh://git@chromiumos-git/kernel.git
Patch Set: Minor changes to address review comments. Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « drivers/gpio/Kconfig ('k') | drivers/gpio/nm10_gpio.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drivers/gpio/Makefile
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index 00a532c9a1e294afcf6c6224d1b32e6bdda8068e..67e24d258e915e4097c1f9d1a6ed288a9a7ea151 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -19,3 +19,4 @@ obj-$(CONFIG_GPIO_XILINX) += xilinx_gpio.o
obj-$(CONFIG_GPIO_BT8XX) += bt8xxgpio.o
obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o
obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o
+obj-$(CONFIG_GPIO_NM10) += nm10_gpio.o
« no previous file with comments | « drivers/gpio/Kconfig ('k') | drivers/gpio/nm10_gpio.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698