genode/repos/libports/lib/mk/libdrm.mk
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
2014-05-14 16:08:00 +02:00

12 lines
336 B
Makefile

SRC_C = intel_bufmgr_gem.c intel_bufmgr.c ioctl.cc
LIBDRM_DIR := $(REP_DIR)/contrib/libdrm-2.4.21
INC_DIR += $(LIBDRM_DIR) $(LIBDRM_DIR)/include/drm $(LIBDRM_DIR)/intel
LIBS += libc cxx
CC_OPT += -U__linux__
CC_OPT += -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
vpath %.c $(LIBDRM_DIR)/intel
vpath ioctl.cc $(REP_DIR)/src/lib/libdrm