From df4e8c759f7ba0851dbe30858b62efe3b76ff373 Mon Sep 17 00:00:00 2001 From: Glenn Elliott Date: Sat, 8 Sep 2012 10:35:41 -0400 Subject: Pull fpmath.h for use in liblitmus. Branch litmus-rt/prop/robust-tie-break added fpmath.h for fixed-point computations. Updated Makefile to pull this header from litmus-rt so it may also be used in liblitmus. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2109a45..abf285f 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,10 @@ arch/${include-${ARCH}}/include/asm/%.h: \ @mkdir -p ${dir $@} cp $< $@ -litmus-headers = include/litmus/rt_param.h include/litmus/unistd_32.h \ +litmus-headers = \ + include/litmus/rt_param.h \ + include/litmus/fpmath.h \ + include/litmus/unistd_32.h \ include/litmus/unistd_64.h unistd-headers = \ -- cgit v1.2.2