summaryrefslogtreecommitdiff
path: root/libmachdev/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-22 01:55:47 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-22 01:55:47 +0000
commitc0c35f90e218835ef0f8c0b67399ad6533763ed0 (patch)
tree170c7320a73a56864c1f0e69324071b93420227e /libmachdev/Makefile
parent871cd76365ed6ef9fa89282e31e21f20d6c1db62 (diff)
parent258642ef93bda485b8904cfe47ab34644247229e (diff)
Merge branch 'dde-clean' into upstream-merged
Diffstat (limited to 'libmachdev/Makefile')
-rw-r--r--libmachdev/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/libmachdev/Makefile b/libmachdev/Makefile
index 15bc9730..ad090cae 100644
--- a/libmachdev/Makefile
+++ b/libmachdev/Makefile
@@ -25,13 +25,11 @@ 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 threads trivfs
+HURDLIBS = ports threads trivfs ddekit bpf
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
include ../Makeconf
-CFLAGS += -I$(top_srcdir)/libddekit/include -I$(top_srcdir)/libbpf
-
ourdevice.defs: device.defs
$(CPP) $(CPPFLAGS) -x c $< | sed -e '/out[ ]*device[ ]*:[ ]*device_t/s/device_t/mach_port_send_t/' > $@