From e2227a23a73f2d68cd5d339559813eefc6942837 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 5 Feb 2014 13:02:55 +0200 Subject: usbdebug: Move under drivers/usb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also relocate and split header files, there is some interest for EHCI debug support without PCI. Change-Id: Ibe91730eb72dfe0634fb38bdd184043495e2fb08 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5129 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/drivers/usb/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/drivers/usb/Makefile.inc (limited to 'src/drivers/usb/Makefile.inc') diff --git a/src/drivers/usb/Makefile.inc b/src/drivers/usb/Makefile.inc new file mode 100644 index 0000000000..43931a9c09 --- /dev/null +++ b/src/drivers/usb/Makefile.inc @@ -0,0 +1,3 @@ +romstage-$(CONFIG_USBDEBUG_IN_ROMSTAGE) += ehci_debug.c + +ramstage-$(CONFIG_USBDEBUG) += ehci_debug.c -- cgit v1.2.3