1TOP = ../../../.. 2include $(TOP)/configs/current 3 4LIBNAME = radeonsi 5 6LIBRARY_INCLUDES = \ 7 -I$(TOP)/include \ 8 -I$(TOP)/src/gallium/drivers/radeon/ 9 10 11# get C_SOURCES 12include Makefile.sources 13 14LIBRADEON = $(TOP)/src/gallium/drivers/radeon/libradeon.a 15 16EXTRA_OBJECTS = \ 17 $(LIBRADEON) 18 19CFLAGS+=$(RADEON_CFLAGS) 20 21include ../../Makefile.template 22