mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
12 lines
247 B
PHP
12 lines
247 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_depth_stencil.c \
|
||
|
intel/isl/isl_surface_state.c
|
||
|
|
||
|
vpath %.c $(MESA_SRC_DIR)/src
|