summaryrefslogtreecommitdiff
path: root/libmachdev/Makefile
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-07 15:45:17 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-07 15:45:17 +0100
commit09aa594a5be3198de9fc5b60cfb9f689f359af0f (patch)
treed5d4000a6cc6fae053c16d04ca93e968ec6b0770 /libmachdev/Makefile
parent86ecb6b0079efaf5f925f068ae9d475497d8a478 (diff)
sync dde stuff
Diffstat (limited to 'libmachdev/Makefile')
-rw-r--r--libmachdev/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmachdev/Makefile b/libmachdev/Makefile
index 345c004f..221e4ed3 100644
--- a/libmachdev/Makefile
+++ b/libmachdev/Makefile
@@ -29,5 +29,6 @@ HURDLIBS = ports trivfs ddekit bpf
OTHERLIBS = -lpthread
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
+device-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name"
include ../Makeconf