projects
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baefc25
)
fix-dangling-drivers-sdio-Makefile-reference.patch
author
Andy Green
<andy@openmoko.com>
Fri, 21 Nov 2008 11:23:03 +0000
(11:23 +0000)
committer
Andy Green
<agreen@pads.home.warmcat.com>
Fri, 21 Nov 2008 11:23:03 +0000
(11:23 +0000)
Change to removing Atheros stack left a dangling reference to Makefile
in drivers/sdio that made errors on make distclean
Reported-by: Christopher Hall <hsw@openmoko.org>
Signed-off-by: Andy Green <andy@openmoko.com>
drivers/Makefile
patch
|
blob
|
history
diff --git
a/drivers/Makefile
b/drivers/Makefile
index
0d432f0
..
b6db9a4
100644
(file)
--- a/
drivers/Makefile
+++ b/
drivers/Makefile
@@
-86,7
+86,6
@@
obj-$(CONFIG_CPU_IDLE) += cpuidle/
obj-y += idle/
obj-$(CONFIG_MMC) += mmc/
obj-$(CONFIG_MEMSTICK) += memstick/
-obj-$(CONFIG_SDIO) += sdio/
obj-$(CONFIG_AR6000_WLAN) += ar6000/
obj-$(CONFIG_NEW_LEDS) += leds/
obj-$(CONFIG_INFINIBAND) += infiniband/