diff options
Diffstat (limited to 'eth-multiplexer/Makefile')
| -rw-r--r-- | eth-multiplexer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile index fbee1ca1..bfd065a3 100644 --- a/eth-multiplexer/Makefile +++ b/eth-multiplexer/Makefile @@ -23,6 +23,7 @@ target = eth-multiplexer SRCS = ethernet.c vdev.c multiplexer.c dev_stat.c netfs_impl.c notify_impl.c device_impl.c demuxer.c MIGSTUBS = deviceServer.o notifyServer.o MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h +device-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name" OBJS = $(SRCS:.c=.o) $(MIGSTUBS) LCLHDRS = ethernet.h util.h vdev.h netfs_impl.h HURDLIBS=ports fshelp shouldbeinlibc netfs bpf |
