Skip to content

Commit

Permalink
fix patch 08 for linux 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
assafazulay committed Sep 27, 2011
1 parent 28db3bf commit a015a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/08-rename-config-options.patch
Expand Up @@ -120,7 +120,7 @@ CONFIG_BT_HIDP does not build with older kernel versions.
-obj-$(CONFIG_WL12XX_SDIO) += wl12xx_sdio.o
+obj-$(CONFIG_COMPAT_WL12XX_SDIO) += wl12xx_sdio.o

-obj-$(CONFIG_WL12XX_SDIO_TEST) += wl12xx_sdio_test.o
-obj-$(CONFIG_WL12XX_SDIO_TEST) += wl12xx_sdio_test.o
+obj-$(CONFIG_COMPAT_WL12XX_SDIO_TEST) += wl12xx_sdio_test.o

# small builtin driver bit
Expand Down

0 comments on commit a015a68

Please sign in to comment.