mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
c5380674df
- support e1000 model by default and add support for pcnet model - add Genode xml config option to enable network models Fixes #1201
21 lines
629 B
Makefile
21 lines
629 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
|