diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:55:23 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-15 16:55:23 +0100 |
commit | 857179e538c9752fab239a21312d0fcc80022151 (patch) | |
tree | 66cc4a2b3753433b2c86251b53b1bfda352b033e /src/Makefile.am | |
parent | 148e889149f5ecc3dc2473f2a9e01572eeb037d3 (diff) |
radeon: move macros into radeon.h
Drop separate header file, there isn't many separate macros now.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a32fe8de..ce0888b6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -88,7 +88,6 @@ EXTRA_DIST = \ radeon_exa_funcs.c \ radeon_exa_shared.h \ radeon.h \ - radeon_macros.h \ radeon_probe.h \ radeon_reg.h \ radeon_version.h \ |