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

gemini: usb-fotg210: remove uneeded dependency on @USB_SUPPORT

$(call AddDepends/usb) will add the dependency on @USB_SUPPORT so there
is no need to duplicate it.

Signed-off-by: Robert Marko <[email protected]>
Robert Marko 2 лет назад
Родитель
Сommit
a78c4e0c57
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/linux/gemini/modules.mk

+ 1 - 1
target/linux/gemini/modules.mk

@@ -1,6 +1,6 @@
 define KernelPackage/usb-fotg210
   TITLE:=Support for FOTG210 USB host and device controllers
-  DEPENDS:=@USB_SUPPORT @TARGET_gemini
+  DEPENDS:=@TARGET_gemini
   KCONFIG:= \
   CONFIG_USB_FOTG210 \
   CONFIG_USB_FOTG210_HCD=y \