Skip to content

Commit

Permalink
Staging: fix typo in Makefile
Browse files Browse the repository at this point in the history
This actually gets the adis16255 driver to build properly.

Cc: Matthias Brugger <mensch0815@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 7fb794b commit 512abd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 512abd0

Please sign in to comment.