diff options
author | Dave Airlie <[email protected]> | 2009-09-16 13:48:45 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2009-09-16 13:48:45 +1000 |
commit | 858a2a2ac7b1c8f1a7f7c4b3c66b3919989798d4 (patch) | |
tree | ca2062a8df5d10c3b65af9759b4370e8baff23ca /src/mesa/drivers/dri/radeon/Makefile | |
parent | a6a21eb00dbd262b2835456bef8172b36df5c1ea (diff) |
radeon: cleanup compile defines mess.
I inherited this and really it stayed around far too long,
make it nice and simple.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/radeon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/radeon/Makefile b/src/mesa/drivers/dri/radeon/Makefile index 1f286776b5f..b1efc72872f 100644 --- a/src/mesa/drivers/dri/radeon/Makefile +++ b/src/mesa/drivers/dri/radeon/Makefile @@ -47,8 +47,7 @@ C_SOURCES = \ $(DRIVER_SOURCES) \ $(CS_SOURCES) -DRIVER_DEFINES = -DRADEON_COMMON=0 \ - -Wall +DRIVER_DEFINES = -DRADEON_R100 -Wall DRI_LIB_DEPS += $(RADEON_LDFLAGS) |