libdevman: IPC wrapper for devman

This commit is contained in:
Dirk Vogt
2011-02-25 12:28:07 +00:00
parent 77fa5b4116
commit 8c8e44d0ae
6 changed files with 618 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ MKDEP_SUFFIXES?= .o .ln
# rumpfs_tmpfs rumpfs_udf rumpfs_ufs
.for _lib in \
c curses driver netdriver edit end m sys timers util bz2 l hgfs \
audiodriver exec usb
audiodriver exec devman usb
.ifndef LIB${_lib:tu}
LIB${_lib:tu}= ${DESTDIR}/usr/lib/lib${_lib}.a
.if ${COMPILER_TYPE} == "ack"