diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-10-07 12:46:19 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2007-10-07 12:46:19 -0400 |
commit | 73a7cc545924670df00abb7576fdb4bbc993bb38 (patch) | |
tree | 820188e7d15a8679a901ff67b374627d1b9856bb /Makefile | |
parent | 9de8f0850ce4b34a849384d119fc9e5a6f3f8d17 (diff) |
adaptive: implement proper kernel interface
Update syscalls, implement fixed-point parameter support.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | CFLAGS=-Wall -g -Iinclude/ | 1 | CFLAGS=-Wall -g -Iinclude/ -D_XOPEN_SOURCE=600 |
2 | CPPFLAGS=-Wall -g | 2 | CPPFLAGS=-Wall -g |
3 | 3 | ||
4 | LIBS= ./liblitmus.a | 4 | LIBS= ./liblitmus.a |