mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
8 lines
212 B
Makefile
8 lines
212 B
Makefile
include $(REP_DIR)/lib/mk/virtualbox6-common.inc
|
|
|
|
SRC_CC += $(addprefix Storage/, $(notdir $(wildcard $(VBOX_DIR)/Storage/*.cpp)))
|
|
|
|
SRC_CC := $(filter-out Storage/VDIfTcpNet.cpp, $(SRC_CC))
|
|
|
|
CC_CXX_WARN_STRICT =
|