diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-07-12 15:29:48 -0400 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-07-19 21:03:35 -0400 |
commit | 778999703db6d875c22e1a8d02c8296ad4648958 (patch) | |
tree | a9497252e6c1c7d1b008c79e4322d0768344bcac /drivers/xen/xen-pciback | |
parent | a92336a1176b2119eaa990a1e8bf3109665fdbc6 (diff) | |
download | linux-stable-778999703db6d875c22e1a8d02c8296ad4648958.tar.gz linux-stable-778999703db6d875c22e1a8d02c8296ad4648958.tar.bz2 linux-stable-778999703db6d875c22e1a8d02c8296ad4648958.zip |
xen/pciback: Remove the DEBUG option.
The latter is easily fixed - by the developer compiling the
module with -DDEBUG. And during runtime - the loglvl provides
quite a lot of useful data.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen/xen-pciback')
-rw-r--r-- | drivers/xen/xen-pciback/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/xen/xen-pciback/Makefile b/drivers/xen/xen-pciback/Makefile index e79c518afc9a..290396766f07 100644 --- a/drivers/xen/xen-pciback/Makefile +++ b/drivers/xen/xen-pciback/Makefile @@ -6,7 +6,3 @@ xen-pciback-y += conf_space.o conf_space_header.o \ conf_space_quirks.o xen-pciback-$(CONFIG_XEN_PCIDEV_BACKEND_VPCI) += vpci.o xen-pciback-$(CONFIG_XEN_PCIDEV_BACKEND_PASS) += passthrough.o - -ifeq ($(CONFIG_XEN_PCIDEV_BE_DEBUG),y) -EXTRA_CFLAGS += -DDEBUG -endif |