diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-03 00:58:26 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-03 00:58:26 +0000 |
commit | 269c0ba2d5d445424e7a039a0a34b3181d6e467f (patch) | |
tree | 72d46ac199bb76d7d2a3340af2b0b6647e561063 /DuetPkg/PcRtc/RealTimeClock.inf | |
parent | abae655fd27bc39d1443c0d0c417e2b383c542db (diff) | |
download | edk2-platforms-269c0ba2d5d445424e7a039a0a34b3181d6e467f.tar.xz |
Clean up PcRtc:
1. Remove the architecture subdirectory (IPF architecture is not supported any more
2. Merge IA32 source with x64 source to ResetEntry.c in the upper level directory)
3. Pass CYGWIN GCC tool chain.
4. Remove the used DXS file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7412 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/PcRtc/RealTimeClock.inf')
-rw-r--r-- | DuetPkg/PcRtc/RealTimeClock.inf | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/DuetPkg/PcRtc/RealTimeClock.inf b/DuetPkg/PcRtc/RealTimeClock.inf index d02ae7642c..e854f1c8cf 100644 --- a/DuetPkg/PcRtc/RealTimeClock.inf +++ b/DuetPkg/PcRtc/RealTimeClock.inf @@ -43,15 +43,8 @@ [Sources.common]
RealTimeClock.c
RealTimeClock.h
+ RealTimeClockEntry.c
-[Sources.ia32]
- Ia32/RealTimeClock.c
-
-[Sources.x64]
- X64/RealTimeClock.c
-
-[Sources.ipf]
- Ipf/RealTimeClock.c
[Protocols]
gEfiCpuArchProtocolGuid
|