]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Drivers/CpuDxe/CpuDxe.inf
ARM Packages: Moved ARM assembly files to 'Arm' subdirectory
[mirror_edk2.git] / ArmPkg / Drivers / CpuDxe / CpuDxe.inf
index 9a3b8e8afc37c08b0e656618dc09f4fd626e0dc4..b471e4ac2f80190080ccf99bd862390212fe04b9 100644 (file)
@@ -3,7 +3,7 @@
 #  DXE CPU driver\r
 #  \r
 #  Copyright (c) 2009, Apple Inc. All rights reserved.<BR>\r
-#  Copyright (c) 2011, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2011-2012, ARM Limited. All rights reserved.\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 \r
   ENTRY_POINT                    = CpuDxeInitialize\r
 \r
-[Sources.ARM]\r
+[Sources.Common]\r
   CpuDxe.c\r
   CpuDxe.h\r
   CpuMpCore.c\r
-  Exception.c\r
 \r
 #\r
 # Prior to ARMv6 we have multiple stacks, one per mode\r
 #\r
-#  ExceptionSupport.asm | RVCT\r
-#  ExceptionSupport.S   | GCC\r
+#  ArmV4/ExceptionSupport.asm | RVCT\r
+#  ArmV4/ExceptionSupport.S   | GCC\r
 \r
 #\r
 # ARMv6 or later uses a single stack via srs/stm instructions\r
 #\r
-  ExceptionSupport.ARMv6.asm | RVCT\r
-  ExceptionSupport.ARMv6.S   | GCC\r
-  Mmu.c  \r
+\r
+[Sources.ARM]\r
+  Mmu.c\r
+  Exception.c\r
+  ArmV6/ExceptionSupport.asm | RVCT\r
+  ArmV6/ExceptionSupport.S   | GCC\r
 \r
 \r
 [Packages]\r