1LIBDRM_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 9LIBDRM_RADEON_H_FILES := \ 10 radeon_bo.h \ 11 radeon_cs.h \ 12 radeon_surface.h \ 13 radeon_bo_gem.h \ 14 radeon_cs_gem.h \ 15 radeon_bo_int.h \ 16 radeon_cs_int.h \ 17 r600_pci_ids.h 18 19LIBDRM_RADEON_BOF_FILES := \ 20 bof.c \ 21 bof.h 22