diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-19 18:00:14 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-19 18:00:14 +0000 |
commit | 871cd76365ed6ef9fa89282e31e21f20d6c1db62 (patch) | |
tree | efdef5ed8f6631d63303b5cb4b190dc3a1ec93eb /libmachdev | |
parent | 0e616a4050d7f15a3aab1244dd4cb06a779d9205 (diff) | |
parent | 2d2eca01fc2fd15821fb6f5fc1c281d06636b7d5 (diff) |
Merge branch 'dde' into upstream-merged
Diffstat (limited to 'libmachdev')
-rw-r--r-- | libmachdev/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmachdev/Makefile b/libmachdev/Makefile index 1af90204..15bc9730 100644 --- a/libmachdev/Makefile +++ b/libmachdev/Makefile @@ -34,3 +34,6 @@ 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/' > $@ + +$(libname).so.$(hurd-version): + echo "INPUT ( $(libname).a )" > $@ |