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 коммит произвёл Greg Kroah-Hartman
Родитель 92f2a4c58f
Коммит 4212c68638
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1 +1 @@
obj-$(CONFIG_ADIS16255) +údis16255.o
obj-$(CONFIG_ADIS16255) += adis1625.o