Просмотр исходного кода

modules: make kmod-pcspkr depend on X86

The kernel Kconfig dependency lists X86, and we will fail building this module
on other platforms such as Malta.

Signed-off-by: Florian Fainelli <[email protected]>

SVN-Revision: 39974
Florian Fainelli 11 лет назад
Родитель
Сommit
ee37a00d06
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/kernel/linux/modules/sound.mk

+ 1 - 1
package/kernel/linux/modules/sound.mk

@@ -262,7 +262,7 @@ $(eval $(call KernelPackage,sound-soc-gw_avila))
 
 
 define KernelPackage/pcspkr
-  DEPENDS:=@!TARGET_x86
+  DEPENDS:=@TARGET_x86
   TITLE:=PC speaker support
   KCONFIG:= \
 	CONFIG_INPUT_PCSPKR \