mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-08 22:12:39 +00:00
10 lines
308 B
Makefile
10 lines
308 B
Makefile
|
ifeq ($(CONTRIB_DIR),)
|
||
|
DRM_SRC_DIR = $(realpath $(call select_from_repositories,include/drm)/../..)
|
||
|
else
|
||
|
DRM_SRC_DIR = $(call select_from_ports,libdrm)/src/lib/libdrm
|
||
|
endif
|
||
|
|
||
|
INC_DIR += $(DRM_SRC_DIR)
|
||
|
INC_DIR += $(addprefix $(DRM_SRC_DIR)/,include/drm include)
|
||
|
INC_DIR += $(addprefix $(DRM_SRC_DIR)/,etnaviv)
|