Hello Kyösti Mälkki, Patrick Rudolph, Mike Banon, build bot (Jenkins), Nico Huber, Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36881
to look at the new patch set (#3).
Change subject: */Makefile: Always build enable_usbdebug.c ......................................................................
*/Makefile: Always build enable_usbdebug.c
This always builds the usb debug callback functions when implemented. They get garbage collected if CONFIG_USBDEBUG is not set.
Change-Id: I33051df583645cd00d08e06774383763172d5822 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/soc/amd/stoneyridge/Makefile.inc M src/soc/intel/broadwell/Makefile.inc M src/southbridge/amd/agesa/hudson/Makefile.inc M src/southbridge/amd/pi/hudson/Makefile.inc M src/southbridge/amd/sb700/Makefile.inc M src/southbridge/amd/sb800/Makefile.inc M src/southbridge/nvidia/ck804/Makefile.inc M src/southbridge/nvidia/mcp55/Makefile.inc 8 files changed, 24 insertions(+), 24 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/36881/3