Fix case-sensitive build issue for filename in Linux
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2414 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -19,7 +19,7 @@ Revision history:
|
||||
--*/
|
||||
|
||||
// TODO: fix comment to add: Module Name: DECODE.C
|
||||
#include "undi32.h"
|
||||
#include "Undi32.h"
|
||||
|
||||
|
||||
//
|
||||
|
@@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "undi32.h"
|
||||
#include "Undi32.h"
|
||||
|
||||
static UINT8 basic_config_cmd[22] = {
|
||||
22, 0x08,
|
||||
|
@@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
--*/
|
||||
|
||||
#include "undi32.h"
|
||||
#include "Undi32.h"
|
||||
|
||||
//
|
||||
// Global Variables
|
||||
|
Reference in New Issue
Block a user