mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
mesa: use sources.mak -- need to figure out how to support non-gallium builds also
This commit is contained in:
parent
cdd97ceca0
commit
685248bea1
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
TOP = ../..
|
||||
include $(TOP)/configs/current
|
||||
|
||||
include sources
|
||||
include sources.mak
|
||||
|
||||
.SUFFIXES : .cpp
|
||||
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ ifneq ($(wildcard $(addsuffix /rm,$(subst :, ,$(PATH)))),)
|
|||
UNLINK = $(RM) $(1)
|
||||
endif
|
||||
|
||||
include sources
|
||||
include sources.mak
|
||||
|
||||
CFLAGS += $(INCLUDE_DIRS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue