From: Greg Kroah-Hartman Date: Tue, 11 May 2010 21:48:51 +0000 (-0700) Subject: Staging: fix typo in Makefile X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=512abd006d57f9e12905dae8d63c7b08474f8f87;p=linux-beck.git Staging: fix typo in Makefile This actually gets the adis16255 driver to build properly. Cc: Matthias Brugger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 5526870777c6..d5fdf1349815 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -49,4 +49,4 @@ obj-$(CONFIG_VIDEO_DT3155) += dt3155v4l/ obj-$(CONFIG_CRYSTALHD) += crystalhd/ obj-$(CONFIG_CXT1E1) += cxt1e1/ obj-$(CONFIG_TI_ST) += ti-st/ -obj-$(CONFIG_ADIS16255)) += adis16255/ +obj-$(CONFIG_ADIS16255) += adis16255/