genode/repos/libports/lib/mk/x86emu.mk
Norman Feske 366bba0227 Exclude higher-level repos from strict warnings
This is a follow-up commit to "Increase default warning level", which
overrides Genode's new default warning level for targets contained in
higher-level repositories. By explicitly whitelisting all those targets,
we can selectively adjust them to the new strictness over time - by
looking out for 'CC_CXX_WARN_STRICT' in the target description files.

Issue #465
2018-01-17 12:14:36 +01:00

14 lines
324 B
Makefile

#
# x86 real-mode emulation library
#
X86EMU_DIR = $(call select_from_ports,x86emu)/src/lib/x86emu/contrib
INC_DIR += $(X86EMU_DIR) $(REP_DIR)/include/x86emu
CC_OPT += -fomit-frame-pointer -Wno-maybe-uninitialized
SRC_C = decode.c fpu.c ops.c ops2.c prim_ops.c sys.c
vpath %.c $(X86EMU_DIR)
CC_CXX_WARN_STRICT =