From b0aec8f070053284a750f07d0fe6f1b37bac83d1 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 30 Oct 2013 15:03:25 +0200 Subject: usbdebug: Fix build for ROMCC boards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Header file is not compatible with romcc, just drop it as a romstage built with romcc cannot use usbdebug anyway. Change-Id: If7f8f22d6a8fa1f02157df281f82f02b72b6a609 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/4006 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Ronald G. Minnich --- src/include/console/console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/console') diff --git a/src/include/console/console.h b/src/include/console/console.h index 7a55ae1c1b..4e9b988aba 100644 --- a/src/include/console/console.h +++ b/src/include/console/console.h @@ -27,7 +27,7 @@ #if CONFIG_CONSOLE_SERIAL #include #endif -#if CONFIG_USBDEBUG +#if CONFIG_USBDEBUG && !defined(__ROMCC__) #include #endif #if CONFIG_CONSOLE_NE2K -- cgit v1.2.3