mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
back out Keiths last checkin - for Solo the include order is important
This commit is contained in:
parent
b2ad61fd40
commit
0e01b23798
1 changed files with 7 additions and 3 deletions
|
|
@ -6,6 +6,7 @@ include $(TOP)/configs/current
|
|||
LIBNAME = r200_dri.so
|
||||
|
||||
MINIGLX_SOURCES = server/radeon_dri.c
|
||||
|
||||
|
||||
COMMON_SOURCES = \
|
||||
../../common/driverfuncs.c \
|
||||
|
|
@ -43,15 +44,18 @@ C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)
|
|||
X86_SOURCES = r200_vtxtmp_x86.S
|
||||
|
||||
SYMLINKS = \
|
||||
server/radeon_dri.c
|
||||
|
||||
server/radeon_dri.c \
|
||||
server/radeon_dri.h \
|
||||
server/radeon.h \
|
||||
server/radeon_macros.h \
|
||||
server/radeon_reg.h
|
||||
|
||||
##### TARGETS #####
|
||||
|
||||
|
||||
include ../Makefile.template
|
||||
|
||||
INCLUDES += -I../radeon/server
|
||||
#INCLUDES += -I../radeon/server
|
||||
|
||||
$(SYMLINKS):
|
||||
mkdir -p server
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue