target features: fix usb support detection
SVN-Revision: 12551
This commit is contained in:
parent
6eefb5071d
commit
5437cc1f7c
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ ifeq ($(DUMP),1)
|
|||
ifneq ($(CONFIG_PCI),)
|
||||
FEATURES += pci
|
||||
endif
|
||||
ifneq ($(CONFIG_USB),)
|
||||
ifneq ($(CONFIG_USB)$(CONFIG_USB_SUPPORT),)
|
||||
FEATURES += usb
|
||||
endif
|
||||
ifneq ($(CONFIG_PCMCIA)$(CONFIG_PCCARD),)
|
||||
|
|
Loading…
Reference in a new issue