aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/kontron
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-05-25 16:02:28 +0000
committerStefan Reinauer <stepan@openbios.org>2010-05-25 16:02:28 +0000
commit56394484e3b46d234ec504dc23114b9cf8c67778 (patch)
tree192ce725470542f0b28817948608721866e00a41 /src/mainboard/kontron
parent2b01a8a5cd84af76e0b4ad7cc0ffc22e1e2f5146 (diff)
Fix usbdebug compilation.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5585 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/kontron')
-rw-r--r--src/mainboard/kontron/986lcd-m/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/kontron/986lcd-m/romstage.c b/src/mainboard/kontron/986lcd-m/romstage.c
index 9ddbb05ee3..cb40034751 100644
--- a/src/mainboard/kontron/986lcd-m/romstage.c
+++ b/src/mainboard/kontron/986lcd-m/romstage.c
@@ -50,6 +50,7 @@
#if CONFIG_USBDEBUG_DIRECT
#define DBGP_DEFAULT 1
+#include <usbdebug_direct.h>
#include "southbridge/intel/i82801gx/i82801gx_usb_debug.c"
#include "pc80/usbdebug_direct_serial.c"
#endif