]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: dwc3: Makefile: fix link error on randconfig
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 22 Mar 2018 08:45:20 +0000 (10:45 +0200)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 22 Mar 2018 08:45:20 +0000 (10:45 +0200)
commitde948a74ad6f0eefddf36d765b8f2dd6df82caa0
treefe2e78788c2418f026cd1fdb01b4544ec8ded831
parent7642d8386ac71af0666c425264c4d7380269f62c
usb: dwc3: Makefile: fix link error on randconfig

If building a kernel without FTRACE but with TRACING, dwc3.ko fails to
link due to missing trace events. Fix this by using the correct
Kconfig symbol on Makefile.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/Makefile