mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +00:00
604b831e1e
Fixes #1296
21 lines
632 B
Makefile
21 lines
632 B
Makefile
include $(REP_DIR)/lib/mk/virtualbox-common.inc
|
|
|
|
SRC_CC += Devices/Input/DrvKeyboardQueue.cpp
|
|
SRC_CC += Devices/Input/DrvMouseQueue.cpp
|
|
SRC_CC += Devices/Storage/DrvBlock.cpp
|
|
SRC_CC += Devices/Storage/DrvMediaISO.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 += Main/src-client/MouseImpl.cpp
|
|
|
|
SRC_CC += network.cpp
|
|
|
|
vpath network.cpp $(REP_DIR)/src/virtualbox
|
|
|
|
# includes needed by 'MouseImpl.cpp'
|
|
#INC_DIR += $(VBOX_DIR)/Main/include
|
|
#INC_DIR += $(VBOX_DIR)/Frontends/VBoxBFE
|