mirror of https://github.com/acidanthera/audk.git
rename to meet actual filenames
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5395 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9d96413da1
commit
80b5052fb9
|
@ -4,7 +4,7 @@
|
|||
# PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO
|
||||
# space for these devices. Please use PCD feature flag PcdPciBusHotplugDeviceSupport to enable
|
||||
# support hot plug.
|
||||
# Copyright (c) 2006 - 2007, Intel Corporation
|
||||
# Copyright (c) 2006 - 2008, Intel Corporation
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
|
@ -39,7 +39,7 @@
|
|||
[Sources.common]
|
||||
PciLib.c
|
||||
PciIo.c
|
||||
pcibus.c
|
||||
Pcibus.c
|
||||
PciDeviceSupport.c
|
||||
ComponentName.c
|
||||
ComponentName.h
|
||||
|
@ -64,7 +64,7 @@
|
|||
PciDeviceSupport.h
|
||||
PciCommand.h
|
||||
PciIo.h
|
||||
pcibus.h
|
||||
Pcibus.h
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
|
Loading…
Reference in New Issue