mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
12 lines
230 B
Makefile
12 lines
230 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
|
||
|
|
||
|
LIBS := wifi
|
||
|
|
||
|
vpath %.cc $(REP_DIR)/src/lib/vfs/wifi
|
||
|
|
||
|
SHARED_LIB := yes
|