From: Jack Lange Date: Mon, 16 Mar 2009 15:58:23 +0000 (-0500) Subject: added pci debugging support X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=a8f6e2e57dcdf859b87a0a14198337d2707ca75f added pci debugging support --- diff --git a/build/Makefile b/build/Makefile index e173545..aecdd92 100644 --- a/build/Makefile +++ b/build/Makefile @@ -163,6 +163,14 @@ DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_APIC=0 endif endif +ifeq ($(DEBUG_PCI),1) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_PCI=1 +else +ifeq ($(DEBUG_PCI),0) +DEBUG_SECTIONS := $(DEBUG_SECTIONS) DEBUG_PCI=0 +endif +endif + ifeq ($(PROFILE_VMM),1) GEEKOS_FLAGS:= $(GEEKOS_FLAGS) PROFILE_VMM=1