aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2007-10-07 12:46:19 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2007-10-07 12:46:19 -0400
commit73a7cc545924670df00abb7576fdb4bbc993bb38 (patch)
tree820188e7d15a8679a901ff67b374627d1b9856bb /Makefile
parent9de8f0850ce4b34a849384d119fc9e5a6f3f8d17 (diff)
adaptive: implement proper kernel interface
Update syscalls, implement fixed-point parameter support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24c7d2a..8dd3698 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1CFLAGS=-Wall -g -Iinclude/ 1CFLAGS=-Wall -g -Iinclude/ -D_XOPEN_SOURCE=600
2CPPFLAGS=-Wall -g 2CPPFLAGS=-Wall -g
3 3
4LIBS= ./liblitmus.a 4LIBS= ./liblitmus.a