summaryrefslogtreecommitdiff
path: root/libmachdev/Makefile
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2010-06-04 07:34:32 +0200
committerZheng Da <zhengda1936@gmail.com>2010-06-04 07:34:32 +0200
commit77042ddb052bbad8de75ffe7e46d5ec5b40c8c06 (patch)
treed39291abe4d55d40556ca4a77945a18bca2fe8b3 /libmachdev/Makefile
parent939878cb52cbfe18fd3151bc25d686d6aafc7cce (diff)
convert linux errno to mach in libmachdev.
Diffstat (limited to 'libmachdev/Makefile')
-rw-r--r--libmachdev/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/libmachdev/Makefile b/libmachdev/Makefile
index f64e281a..2bd294ad 100644
--- a/libmachdev/Makefile
+++ b/libmachdev/Makefile
@@ -20,13 +20,14 @@ 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
+ device_replyUser.c deviceServer.c notifyServer.c misc.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
+ util.h queue.h io_req.h if_ether.h machdev.h linux-errno.h \
+ errno-base.h
installhdrs = machdev.h device_emul.h
HURDLIBS = ports threads trivfs
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
include ../Makeconf
-CFLAGS +=
+CFLAGS += -I../libddekit/include