mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-10 15:03:34 +00:00
10 lines
216 B
Makefile
10 lines
216 B
Makefile
|
SRC_CC = vfs.cc
|
||
|
|
||
|
DDE_LINUX_DIR := $(subst /src/include/lx_kit,,$(call select_from_repositories,src/include/lx_kit))
|
||
|
|
||
|
INC_DIR += $(DDE_LINUX_DIR)/src/include
|
||
|
|
||
|
vpath %.cc $(REP_DIR)/src/lib/vfs/wifi
|
||
|
|
||
|
SHARED_LIB := yes
|