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