mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
d71b6ca305
Supported Gallium drivers are iris (Intel), lima (PinePhone), etnaviv (i.MX8). issue #5224
13 lines
282 B
PHP
13 lines
282 B
PHP
LIBS = libc
|
|
|
|
include $(REP_DIR)/lib/mk/mesa-common.inc
|
|
|
|
INC_DIR += $(MESA_GEN_DIR)/src/intel \
|
|
$(MESA_SRC_DIR)/src/intel
|
|
|
|
SRC_C = intel/isl/isl_emit_cpb.c \
|
|
intel/isl/isl_emit_depth_stencil.c \
|
|
intel/isl/isl_surface_state.c
|
|
|
|
vpath %.c $(MESA_SRC_DIR)/src
|