From 4212c686381a0ab62601ea7a272e7ff4c2ea4cb7 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Sun, 2 May 2010 13:05:33 -0400 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/adis16255/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/adis16255/Makefile b/drivers/staging/adis16255/Makefile index 3f8b1f06b19..8057372d378 100644 --- a/drivers/staging/adis16255/Makefile +++ b/drivers/staging/adis16255/Makefile @@ -1 +1 @@ -obj-$(CONFIG_ADIS16255) +údis16255.o +obj-$(CONFIG_ADIS16255) += adis1625.o -- 2.39.3