diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-03-21 09:33:25 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-21 09:33:25 +0100 |
commit | 93929ebc813e2bbb768676ed13a1661893631504 (patch) | |
tree | b22e6e45ea149e02d2fbe2e29b38db0bfa98f32b /arch/microblaze/pci/Makefile | |
parent | ALSA: hda - Add alc_codec_rename() helper (diff) | |
parent | ALSA: hda - Add PCI quirk for HP dv6-1110ax. (diff) | |
download | linux-93929ebc813e2bbb768676ed13a1661893631504.tar.xz linux-93929ebc813e2bbb768676ed13a1661893631504.zip |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'arch/microblaze/pci/Makefile')
-rw-r--r-- | arch/microblaze/pci/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/microblaze/pci/Makefile b/arch/microblaze/pci/Makefile new file mode 100644 index 000000000000..9889cc2e1294 --- /dev/null +++ b/arch/microblaze/pci/Makefile @@ -0,0 +1,6 @@ +# +# Makefile +# + +obj-$(CONFIG_PCI) += pci_32.o pci-common.o indirect_pci.o iomap.o +obj-$(CONFIG_PCI_XILINX) += xilinx_pci.o |