Home | History | Annotate | Download | only in radeon
      1 LIBDRM_RADEON_FILES := \
      2 	radeon_bo_gem.c \
      3 	radeon_cs_gem.c \
      4 	radeon_cs_space.c \
      5 	radeon_bo.c \
      6 	radeon_cs.c \
      7 	radeon_surface.c \
      8 	bof.c \
      9 	bof.h
     10 
     11 LIBDRM_RADEON_H_FILES := \
     12 	radeon_bo.h \
     13 	radeon_cs.h \
     14 	radeon_surface.h \
     15 	radeon_bo_gem.h \
     16 	radeon_cs_gem.h \
     17 	radeon_bo_int.h \
     18 	radeon_cs_int.h \
     19 	r600_pci_ids.h
     20