Home | History | Annotate | Download | only in drm
      1 
      2 TOP = ../../../../..
      3 include $(TOP)/configs/current
      4 
      5 LIBNAME = radeonwinsys
      6 
      7 # get C_SOURCES
      8 include Makefile.sources
      9 
     10 LIBRARY_INCLUDES = -I$(TOP)/include \
     11 		   $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
     12 
     13 include ../../../Makefile.template
     14 
     15 symlinks:
     16