1
0
Fork 0

usb: musb: Makefile: remove unexistent config option

Remove the unexistent CONFIG_USB_INVENTRA_MUSB_HAS_AHB_ID
option from our Makefile.

Problem reported by Sergei Shtylyov <sshtylyov@mvista.com>

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Felipe Balbi 2010-03-25 13:25:26 +02:00 committed by Greg Kroah-Hartman
parent 82e2af47fe
commit d7086ddb4d
1 changed files with 0 additions and 6 deletions

View File

@ -72,12 +72,6 @@ endif
################################################################################
# FIXME remove all these extra "-DMUSB_* things, stick to CONFIG_*
ifeq ($(CONFIG_USB_INVENTRA_MUSB_HAS_AHB_ID),y)
EXTRA_CFLAGS += -DMUSB_AHB_ID
endif
# Debugging
ifeq ($(CONFIG_USB_MUSB_DEBUG),y)