Module: xenomai-2.6
Branch: master
Commit: 51bac23c4710f648eec6426e884b9ff4e994b15e
URL:    
http://git.xenomai.org/?p=xenomai-2.6.git;a=commit;h=51bac23c4710f648eec6426e884b9ff4e994b15e

Author: Gilles Chanteperdrix <gilles.chanteperd...@xenomai.org>
Date:   Sun Dec 16 18:57:05 2012 +0100

hal: add new atomic headers to Makefiles

---

 include/asm-blackfin/Makefile.am |    4 ++--
 include/asm-powerpc/Makefile.am  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/asm-blackfin/Makefile.am b/include/asm-blackfin/Makefile.am
index e1eaa12..49c0366 100644
--- a/include/asm-blackfin/Makefile.am
+++ b/include/asm-blackfin/Makefile.am
@@ -1,6 +1,6 @@
 includesubdir = $(includedir)/asm-blackfin
 
-includesub_HEADERS = arith.h atomic.h calibration.h features.h fptest.h \
-               hal.h syscall.h system.h wrappers.h
+includesub_HEADERS = arith.h atomic.h atomic_asm.h calibration.h features.h \
+       fptest.h hal.h syscall.h system.h wrappers.h
 
 SUBDIRS = bits
diff --git a/include/asm-powerpc/Makefile.am b/include/asm-powerpc/Makefile.am
index 19bce6e..7c198df 100644
--- a/include/asm-powerpc/Makefile.am
+++ b/include/asm-powerpc/Makefile.am
@@ -1,6 +1,6 @@
 includesubdir = $(includedir)/asm-powerpc
 
-includesub_HEADERS = arith.h atomic.h calibration.h features.h fptest.h \
-               hal.h syscall.h system.h wrappers.h
+includesub_HEADERS = arith.h atomic.h atomic_asm.h calibration.h features.h \
+       fptest.h hal.h syscall.h system.h wrappers.h
 
 SUBDIRS = bits


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to