x86/PCI: use -DDEBUG when CONFIG_PCI_DEBUG set
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Wed, 14 Oct 2009 16:27:42 +0000 (10:27 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 4 Nov 2009 16:47:27 +0000 (08:47 -0800)
commitaf5a8ee05404112f38fb2904747c688bdc31a746
tree0a78517e34a731e3bd0b36a83c4a4cb610ed50e8
parentdf0e97c6f1f2fdca686036998fe816cefd8e27d7
x86/PCI: use -DDEBUG when CONFIG_PCI_DEBUG set

We use dev_dbg() in arch/x86/pci, but there's no easy way to turn it
on.  Add -DDEBUG when CONFIG_PCI_DEBUG=y, just like we do in drivers/pci.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/x86/pci/Makefile