2016-08-15 10:27:54 +00:00
|
|
|
include $(REP_DIR)/lib/mk/virtualbox5-common.inc
|
|
|
|
|
|
|
|
#
|
|
|
|
# Prevent inclusion of the Genode::Log definition after the vbox #define
|
|
|
|
# of 'Log'. Otherwise, the attempt to compile base/log.h will fail.
|
|
|
|
#
|
|
|
|
VBOX_CC_OPT += -include base/log.h
|
|
|
|
|
|
|
|
SRC_CC += Devices/Input/DrvKeyboardQueue.cpp
|
|
|
|
SRC_CC += Devices/Input/DrvMouseQueue.cpp
|
|
|
|
SRC_CC += Devices/USB/DrvVUSBRootHub.cpp
|
|
|
|
SRC_CC += Devices/Storage/DrvVD.cpp
|
|
|
|
SRC_CC += Devices/PC/DrvACPI.cpp
|
|
|
|
SRC_CC += Devices/Serial/DrvChar.cpp
|
|
|
|
SRC_CC += Devices/Serial/DrvRawFile.cpp
|
|
|
|
SRC_CC += Devices/Serial/DrvHostSerial.cpp
|
|
|
|
SRC_CC += Devices/Audio/DrvAudio.cpp
|
2016-08-17 10:07:19 +00:00
|
|
|
SRC_CC += Devices/Audio/DrvHostNullAudio.cpp
|
2016-08-15 10:27:54 +00:00
|
|
|
|
|
|
|
SRC_CC += network.cpp
|
2017-04-04 15:00:58 +00:00
|
|
|
SRC_CC += audio.cc
|
2016-08-15 10:27:54 +00:00
|
|
|
|
|
|
|
INC_DIR += $(VBOX_DIR)/Devices/Audio
|
2019-02-17 14:57:38 +00:00
|
|
|
INC_DIR += $(call select_from_repositories,src/lib/libc)
|
2016-08-15 10:27:54 +00:00
|
|
|
|
2019-02-11 13:38:15 +00:00
|
|
|
vpath network.cpp $(REP_DIR)/src/virtualbox5
|
2017-04-04 15:00:58 +00:00
|
|
|
vpath audio.cc $(REP_DIR)/src/virtualbox5
|
2018-01-03 17:40:54 +00:00
|
|
|
|
|
|
|
CC_CXX_WARN_STRICT =
|