mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-02 00:39:42 +00:00
parent
89a6d16d81
commit
738b01d37a
@ -1,6 +1,6 @@
|
|||||||
include $(REP_DIR)/lib/mk/virtualbox-common.inc
|
include $(REP_DIR)/lib/mk/virtualbox-common.inc
|
||||||
|
|
||||||
SRC_CC = sup.cc
|
SRC_CC = sup.cc pgm.cc
|
||||||
|
|
||||||
INC_DIR += $(call select_from_repositories,src/lib/libc)
|
INC_DIR += $(call select_from_repositories,src/lib/libc)
|
||||||
INC_DIR += $(call select_from_repositories,src/lib/pthread)
|
INC_DIR += $(call select_from_repositories,src/lib/pthread)
|
||||||
@ -8,4 +8,5 @@ INC_DIR += $(call select_from_repositories,src/lib/pthread)
|
|||||||
INC_DIR += $(VBOX_DIR)/VMM/include
|
INC_DIR += $(VBOX_DIR)/VMM/include
|
||||||
INC_DIR += $(REP_DIR)/src/virtualbox
|
INC_DIR += $(REP_DIR)/src/virtualbox
|
||||||
|
|
||||||
|
vpath pgm.cc $(REP_DIR)/src/virtualbox/
|
||||||
vpath sup.cc $(REP_DIR)/src/virtualbox/spec/nova/
|
vpath sup.cc $(REP_DIR)/src/virtualbox/spec/nova/
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
include $(REP_DIR)/lib/mk/virtualbox-common.inc
|
include $(REP_DIR)/lib/mk/virtualbox-common.inc
|
||||||
|
|
||||||
SRC_CC = sup.cc
|
SRC_CC = pgm.cc sup.cc
|
||||||
|
|
||||||
INC_DIR += $(call select_from_repositories,src/lib/libc)
|
INC_DIR += $(call select_from_repositories,src/lib/libc)
|
||||||
|
INC_DIR += $(VBOX_DIR)/VMM/include
|
||||||
INC_DIR += $(REP_DIR)/src/virtualbox
|
INC_DIR += $(REP_DIR)/src/virtualbox
|
||||||
|
|
||||||
|
vpath pgm.cc $(REP_DIR)/src/virtualbox/
|
||||||
vpath sup.cc $(REP_DIR)/src/virtualbox/accloff/
|
vpath sup.cc $(REP_DIR)/src/virtualbox/accloff/
|
||||||
|
@ -11,7 +11,7 @@ SRC_CC = frontend/main.cc frontend/console.cc \
|
|||||||
frontend/VBoxAPIWrap/TokenWrap.cpp \
|
frontend/VBoxAPIWrap/TokenWrap.cpp \
|
||||||
frontend/VirtualBoxErrorInfoImpl.cpp \
|
frontend/VirtualBoxErrorInfoImpl.cpp \
|
||||||
devices.cc drivers.cc dummies.cc libc.cc \
|
devices.cc drivers.cc dummies.cc libc.cc \
|
||||||
logger.cc mm.cc pdm.cc pgm.cc rt.cc sup.cc iommio.cc ioport.cc \
|
logger.cc mm.cc pdm.cc rt.cc sup.cc iommio.cc ioport.cc \
|
||||||
hm.cc thread.cc dynlib.cc unimpl.cc
|
hm.cc thread.cc dynlib.cc unimpl.cc
|
||||||
|
|
||||||
LIBS += base
|
LIBS += base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user