]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.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)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 14 Aug 2018 10:28:42 +0000 (12:28 +0200)
commit43744a698c92a3326f94af5a59f894e3da82e1b2
tree0e3ee723b09d18dc1b4013556f508ee53f422e0e
parentf193207c3e52110c11cf28ddc742650817bad562
usb: dwc3: Makefile: fix link error on randconfig

BugLink: http://bugs.launchpad.net/bugs/1783418
[ Upstream commit de948a74ad6f0eefddf36d765b8f2dd6df82caa0 ]

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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/usb/dwc3/Makefile