mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 00:23:16 +00:00
committed by
Christian Helmuth
parent
573cabaf24
commit
fd14cf9f1e
@ -1,4 +1,4 @@
|
||||
NL_CONTRIB_INC_DIR := $(call select_from_ports,dde_linux)/src/lib/libnl
|
||||
NL_CONTRIB_INC_DIR := $(call select_from_ports,libnl)/src/lib/libnl
|
||||
INC_DIR += $(NL_CONTRIB_INC_DIR)/include
|
||||
|
||||
LIBNL_INC_DIR = $(REP_DIR)/src/lib/libnl/include
|
||||
|
@ -3,7 +3,7 @@ LIB_INC_DIR = $(LIB_DIR)/include
|
||||
|
||||
LIBS += libc libnl_include
|
||||
|
||||
LIBNL_CONTRIB_DIR := $(call select_from_ports,dde_linux)/src/lib/libnl
|
||||
LIBNL_CONTRIB_DIR := $(call select_from_ports,libnl)/src/lib/libnl
|
||||
|
||||
INC_DIR += $(LIB_INC_DIR)
|
||||
INC_DIR += $(LIBNL_CONTRIB_DIR)/include
|
||||
|
@ -1,6 +1,6 @@
|
||||
ifeq ($(called_from_lib_mk),yes)
|
||||
|
||||
LIBNL_CONTRIB_DIR := $(call select_from_ports,dde_linux)/src/lib/libnl
|
||||
LIBNL_CONTRIB_DIR := $(call select_from_ports,libnl)/src/lib/libnl
|
||||
LIBNL_EMUL_H := $(REP_DIR)/src/lib/libnl/include/libnl_emul.h
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user