Staging: adis16255: Fix compile error

This patch solves a compilation error in today linux-next tree.

The adis16255 staging driver Makefile seems to be wrong. I think this patch solves the issue.

Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Javier Martinez Canillas
2010-05-02 13:05:33 -04:00
committed by Greg Kroah-Hartman
parent 92f2a4c58f
commit 4212c68638

View File

@@ -1 +1 @@
obj-$(CONFIG_ADIS16255) +<EFBFBD>dis16255.o
obj-$(CONFIG_ADIS16255) += adis1625.o