diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-19 18:00:04 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-19 18:00:04 +0000 |
commit | 2d149d8feae502439c5f21a6290c8a3ac7b18434 (patch) | |
tree | aba1c17f37607877cefc7f33ed4ba2bb13dec2c8 /libmachdev | |
parent | bb914fa45198517bcb0bfc49ce29019fe0a87aec (diff) | |
parent | 2d2eca01fc2fd15821fb6f5fc1c281d06636b7d5 (diff) |
Merge branch 'dde' into dde-clean
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 )" > $@ |