From ad1bfd95ba8b2d22430d17bfb52988daa8fbec4f Mon Sep 17 00:00:00 2001 From: Mingqiang Chi Date: Wed, 10 Apr 2019 17:57:28 +0800 Subject: [PATCH] hv: move pci.h to include/hw renamed: include/dm/pci.h -> include/hw/pci.h Tracked-On: #1842 Signed-off-by: Mingqiang Chi Reviewed-by: Jason Chen CJ --- hypervisor/Makefile | 1 + hypervisor/include/{dm => hw}/pci.h | 0 2 files changed, 1 insertion(+) rename hypervisor/include/{dm => hw}/pci.h (100%) diff --git a/hypervisor/Makefile b/hypervisor/Makefile index f72edae0e..1ee4eb74a 100644 --- a/hypervisor/Makefile +++ b/hypervisor/Makefile @@ -113,6 +113,7 @@ INCLUDE_PATH += include/arch/x86/guest INCLUDE_PATH += include/debug INCLUDE_PATH += include/public INCLUDE_PATH += include/dm +INCLUDE_PATH += include/hw INCLUDE_PATH += bsp/include INCLUDE_PATH += boot/include INCLUDE_PATH += $(HV_OBJDIR)/include diff --git a/hypervisor/include/dm/pci.h b/hypervisor/include/hw/pci.h similarity index 100% rename from hypervisor/include/dm/pci.h rename to hypervisor/include/hw/pci.h