[adm5120] fix USB driver to compile even if USB_DEBUG is disabled
[openwrt.git] / include / target.mk
index 9156789..757d178 100644 (file)
@@ -117,6 +117,9 @@ ifeq ($(DUMP),1)
     ifneq ($(CONFIG_PCMCIA)$(CONFIG_PCCARD),)
       FEATURES += pcmcia
     endif
+    ifneq ($(CONFIG_VGA_CONSOLE)$(CONFIG_FB),)
+      FEATURES += display
+    endif
 
     # remove duplicates
     FEATURES:=$(sort $(FEATURES))
This page took 0.01894 seconds and 4 git commands to generate.