diff --git a/opal/asm/Makefile.am b/opal/asm/Makefile.am index 9d70146d93..49bd19f833 100644 --- a/opal/asm/Makefile.am +++ b/opal/asm/Makefile.am @@ -9,6 +9,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. +# Copyright (c) 2011 Cisco Systems, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -60,6 +61,7 @@ EXTRA_DIST = \ base/default.conf \ base/ALPHA.asm \ base/AMD64.asm \ + base/ARM.asm \ base/IA32.asm \ base/IA64.asm \ base/MIPS.asm \