summaryrefslogtreecommitdiff
path: root/libmachdev/Makefile
diff options
context:
space:
mode:
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