projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e8da02
)
gpio: fix a build failure on KS8695 GPIO
author
Linus Walleij
<
[email protected]
>
Mon, 5 Dec 2011 13:47:48 +0000
(14:47 +0100)
committer
Linus Torvalds
<
[email protected]
>
Mon, 5 Dec 2011 23:30:33 +0000
(15:30 -0800)
I screwed up by compiling that driver for the machine rather
than the arch. Correcting this fixes the build error.
Cc: Grant Likely <
[email protected]
>
Reported-by: Mike Frysinger <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/gpio/Makefile
patch
|
blob
|
history
diff --git
a/drivers/gpio/Makefile
b/drivers/gpio/Makefile
index dbcb0bcfd8dadf49ed156311594e704f81a9b9df..4e018d6a763996127cd370a6a3908273024f37a8 100644
(file)
--- a/
drivers/gpio/Makefile
+++ b/
drivers/gpio/Makefile
@@
-18,7
+18,7
@@
obj-$(CONFIG_ARCH_DAVINCI) += gpio-davinci.o
obj-$(CONFIG_GPIO_EP93XX) += gpio-ep93xx.o
obj-$(CONFIG_GPIO_IT8761E) += gpio-it8761e.o
obj-$(CONFIG_GPIO_JANZ_TTL) += gpio-janz-ttl.o
-obj-$(CONFIG_
MA
CH_KS8695) += gpio-ks8695.o
+obj-$(CONFIG_
AR
CH_KS8695) += gpio-ks8695.o
obj-$(CONFIG_GPIO_LANGWELL) += gpio-langwell.o
obj-$(CONFIG_ARCH_LPC32XX) += gpio-lpc32xx.o
obj-$(CONFIG_GPIO_MAX730X) += gpio-max730x.o