diff options
author | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-05-02 13:05:33 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-11 11:36:01 -0700 |
commit | 4212c686381a0ab62601ea7a272e7ff4c2ea4cb7 (patch) | |
tree | 72e02660cf89e089ddfdbf12c488f300d95d92d3 /drivers/staging/adis16255 | |
parent | 92f2a4c58f8dd8d517360660b94915edb804f125 (diff) |
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>
Diffstat (limited to 'drivers/staging/adis16255')
-rw-r--r-- | drivers/staging/adis16255/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/adis16255/Makefile b/drivers/staging/adis16255/Makefile index 3f8b1f06b194..8057372d3781 100644 --- a/drivers/staging/adis16255/Makefile +++ b/drivers/staging/adis16255/Makefile @@ -1 +1 @@ -obj-$(CONFIG_ADIS16255) +údis16255.o +obj-$(CONFIG_ADIS16255) += adis1625.o |