projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85004cc
)
lguest: fix drivers/lguest Makefile entry
author
Glauber de Oliveira Costa
<gcosta@redhat.com>
Fri, 18 Jan 2008 02:16:43 +0000
(
00:16
-0200)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 30 Jan 2008 11:50:02 +0000
(22:50 +1100)
Parts depend on CONFIG_LGUEST, not just CONFIG_LGUEST_GUEST
Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/Makefile
b/drivers/Makefile
index 8cb37e3557d490910efbea741a26ac9465f1db00..57fb1450560ae6ad6816b49bb2f16b5b8b57ec91 100644
(file)
--- a/
drivers/Makefile
+++ b/
drivers/Makefile
@@
-73,7
+73,7
@@
obj-$(CONFIG_ISDN) += isdn/
obj-$(CONFIG_EDAC) += edac/
obj-$(CONFIG_MCA) += mca/
obj-$(CONFIG_EISA) += eisa/
-obj-
$(CONFIG_LGUEST_GUEST)
+= lguest/
+obj-
y
+= lguest/
obj-$(CONFIG_CPU_FREQ) += cpufreq/
obj-$(CONFIG_CPU_IDLE) += cpuidle/
obj-$(CONFIG_MMC) += mmc/