mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
ETM: only include oocd_trace.h when tracing enabled.
Fixes build issue on systems that do not have <termios.h>, eg native win32. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
@@ -28,7 +28,10 @@
|
||||
#include "arm_disassembler.h"
|
||||
#include "register.h"
|
||||
#include "etm_dummy.h"
|
||||
|
||||
#if BUILD_OOCD_TRACE == 1
|
||||
#include "oocd_trace.h"
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user