zephyr/arch/x86
Michael Scott 7a9b688526 x86: fix build warning
During compile of lwm2m_client using qemu_x86, the following build
warning was noticed:
zephyr/arch/x86/core/excstub.S:132:2: warning: "/*" within comment [-Wcomment]
  /*

In commit ff42bdd0a0 ("debug: remove option GDB_INFO"), the comment tag
was omitted.  Fix the comment end tag.

Signed-off-by: Michael Scott <michael@opensourcefoundries.com>
2018-02-12 19:21:06 -05:00
..
core x86: fix build warning 2018-02-12 19:21:06 -05:00
debug kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
include debug: remove DEBUG_INFO option 2018-02-12 13:58:28 -08:00
soc driver: usb_dw: Move base address and irq num of usb to soc.h 2018-02-07 22:55:11 -05:00
CMakeLists.txt arch: architecture defines kernel entry 2017-12-27 14:16:08 -05:00
Kconfig build: warn user about Meltdown vulnerability 2018-01-12 15:12:32 -08:00
defconfig