diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ OBJECTS = radeon.o mode.o test.o r700_atom.o radeon_device.o radeon_atom.o\ - r600_atom.o r600_shader.o r600_batch.o + r600_atom.o r600_batch.o CFLAGS = -g3 -O0 -std=gnu99 -I/usr/include/drm LDFLAGS = -ldrm -ldrm_radeon DEPS = radeon.h |