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