diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-04-14 14:21:16 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-07 15:38:18 +0100 |
commit | 73624addcafebb767622cfd086ef7a7ebe67761b (patch) | |
tree | 7ce182d23d1f18c2bfea45d3509efddb43d4c8f4 /term/Makefile | |
parent | 45f735576a92bf50b431f28425e0b4b4a8da8ec6 (diff) |
term: add a payload-aware intrans function
* term/mig-mutate.h: Add mutator.
Diffstat (limited to 'term/Makefile')
-rw-r--r-- | term/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/term/Makefile b/term/Makefile index 5006c0db..1419d2a3 100644 --- a/term/Makefile +++ b/term/Makefile @@ -33,5 +33,6 @@ include ../Makeconf device_replyServer-CPPFLAGS = -DTypeCheck=0 -Wno-unused # XXX +device_reply-MIGSFLAGS = -DMACH_PAYLOAD_TO_PORT=ports_payload_get_name tioctl-MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h term-MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h |