aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-09-11 09:51:31 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:11 -0700
commit51be97961fc74de75e9e30a7339804afb77c7b1e (patch)
treeb4a8ff5f98df6d81cb86640e6e57505e7c7ab9cd /drivers/staging/Makefile
parentStaging: vme: Separate the list of TODOs from the API documentation (diff)
downloadlinux-dev-51be97961fc74de75e9e30a7339804afb77c7b1e.tar.xz
linux-dev-51be97961fc74de75e9e30a7339804afb77c7b1e.zip
Staging: vme: change to VME_BUS
Turns out the m68k arch already has a CONFIG_VME, so use CONFIG_VME_BUS instead. Thanks to Geet Uytterhoeven for pointing this out. Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r--drivers/staging/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index 42c6776ed5fb..0bf10ac04d07 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -50,4 +50,4 @@ obj-$(CONFIG_USB_CPC) += cpc-usb/
obj-$(CONFIG_RDC_17F3101X) += pata_rdc/
obj-$(CONFIG_FB_UDL) += udlfb/
obj-$(CONFIG_HYPERV) += hv/
-obj-$(CONFIG_VME) += vme/
+obj-$(CONFIG_VME_BUS) += vme/