aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-09-08 10:35:41 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2012-12-21 08:07:41 -0500
commitd427bf8561f488bfec36b14b02af5b8ca0b2782f (patch)
tree84cbcc7defe8e418dd75acb0a757597707218f94
parent93e9d420554ed60cb3fa9fa47d3e97b33556b276 (diff)
Pull fpmath.h for use in liblitmus.2012.3
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.
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4702f6e..8195752 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,10 @@ arch/${include-${ARCH}}/include/asm/%.h: \
153 @mkdir -p ${dir $@} 153 @mkdir -p ${dir $@}
154 cp $< $@ 154 cp $< $@
155 155
156litmus-headers = include/litmus/rt_param.h include/litmus/unistd_32.h \ 156litmus-headers = \
157 include/litmus/rt_param.h \
158 include/litmus/fpmath.h \
159 include/litmus/unistd_32.h \
157 include/litmus/unistd_64.h 160 include/litmus/unistd_64.h
158 161
159unistd-headers = \ 162unistd-headers = \