summaryrefslogtreecommitdiff
path: root/libmachdev/Makefile
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-11 10:35:44 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-11 10:35:44 +0100
commitde291d59ca089f9fa26d86f252899af09e15fc79 (patch)
tree9b8fc89c49c49041352b551c3dbb397d74349373 /libmachdev/Makefile
parent44362d8753966e11201b5e92f7bc92cd7c9e64db (diff)
sync dde
Diffstat (limited to 'libmachdev/Makefile')
-rw-r--r--libmachdev/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libmachdev/Makefile b/libmachdev/Makefile
index 221e4ed3..7116c3ee 100644
--- a/libmachdev/Makefile
+++ b/libmachdev/Makefile
@@ -20,12 +20,13 @@ makemode := library
libname = libmachdev
SRCS = deviceUser.c machUser.c net.c ds_routines.c queue.c trivfs_server.c \
- device_replyUser.c deviceServer.c notifyServer.c misc.c block.c
+ device_replyUser.c deviceServer.c notifyServer.c misc.c
+#block.c
LCLHDRS = dev_hdr.h device_emul.h ds_routines.h vm_param.h \
util.h queue.h io_req.h if_ether.h machdev.h linux-errno.h \
errno-base.h
installhdrs = machdev.h
-HURDLIBS = ports trivfs ddekit bpf
+HURDLIBS = ports trivfs bpf
OTHERLIBS = -lpthread
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h