mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-04 13:04:14 +00:00
9 lines
174 B
Makefile
9 lines
174 B
Makefile
|
LIBS = libc
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/mesa-common.inc
|
||
|
|
||
|
SRC_C = drivers/dri/swrast/swrast.c
|
||
|
INC_DIR += $(MESA_SRC_DIR)/drivers/dri/common
|
||
|
|
||
|
vpath %.c $(MESA_SRC_DIR)
|