Title: [8768] trunk/drivers/staging/adis16255/Makefile: Staging: adis16255: Fix compile error
- Revision
- 8768
- Author
- vapier
- Date
- 2010-05-22 23:25:35 -0400 (Sat, 22 May 2010)
Log Message
Staging: adis16255: Fix compile error
From: Javier Martinez Canillas <[email protected]>
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.
Modified Paths
Diff
Modified: trunk/drivers/staging/adis16255/Makefile (8767 => 8768)
--- trunk/drivers/staging/adis16255/Makefile 2010-05-23 03:24:34 UTC (rev 8767)
+++ trunk/drivers/staging/adis16255/Makefile 2010-05-23 03:25:35 UTC (rev 8768)
@@ -1 +1 @@
-obj-$(CONFIG_ADIS16255) +\xFAdis16255.o
+obj-$(CONFIG_ADIS16255) += adis1625.o
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits