diff options
Diffstat (limited to 'EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf')
-rw-r--r-- | EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf b/EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf index 80e15bb850..069b8c766c 100644 --- a/EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf +++ b/EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf @@ -1,7 +1,7 @@ #/** @file
# Build file for the MMC DXE driver
#
-# Copyright (c) 2011-2013, ARM Limited. All rights reserved.
+# Copyright (c) 2011-2014, ARM Limited. All rights reserved.
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -26,6 +26,7 @@ ComponentName.c
Mmc.c
MmcBlockIo.c
+ MmcIdentification.c
MmcDebug.c
Diagnostics.c
@@ -48,4 +49,4 @@ gEfiDriverDiagnostics2ProtocolGuid
[Depex]
- TRUE
\ No newline at end of file + TRUE
|