mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
ca971bbfd8
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
16 lines
425 B
Makefile
16 lines
425 B
Makefile
include $(REP_DIR)/lib/mk/virtualbox-common.inc
|
|
|
|
SRC_CC += VMM/VMMR3/DBGFAddr.cpp
|
|
SRC_CC += VMM/VMMR3/DBGFDisas.cpp
|
|
|
|
SRC_CC += Disassembler/DisasmCore.cpp
|
|
SRC_CC += Disassembler/DisasmTables.cpp
|
|
SRC_CC += Disassembler/DisasmReg.cpp
|
|
SRC_CC += Disassembler/DisasmTablesX64.cpp
|
|
SRC_CC += Disassembler/DisasmFormatYasm.cpp
|
|
SRC_CC += Disassembler/DisasmFormatBytes.cpp
|
|
|
|
INC_DIR += $(VBOX_DIR)/VMM/include
|
|
|
|
CC_OPT += -DVBOX_IN_VMM
|