diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-02-15 18:36:10 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-02-15 18:36:10 +0200 |
commit | fc85188fd95bf78b7f965cdde3e22b644c74ff81 (patch) | |
tree | 38200fd137c83d542406457caab1ef23f6505534 /src/Makefile.am | |
parent | 665bd7e2f61cac3e029bbad5024034e5136deec1 (diff) |
ati: convert to pci probe
add pciids for each subdriver, make no use of the match_data functionality.
thanks to Alex Deucher for reviewing and testing.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 069076b5..a146df30 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -232,6 +232,7 @@ EXTRA_DIST = \ radeon_chipinfo_gen.h \ radeon_chipset_gen.h \ radeon_pci_chipset_gen.h \ + radeon_pci_device_match_gen.h \ pcidb/ati_pciids.csv \ pcidb/parse_pci_ids.pl \ radeon_atombios.h |