436d6012a3
-Move libdriver to lib/ -Install all boot image services on filesystem to aid restartability
7 lines
93 B
Makefile
7 lines
93 B
Makefile
# Makefile for libdriver
|
|
|
|
LIB= driver
|
|
|
|
SRCS= driver.c drvlib.c mq.c
|
|
|
|
.include <minix.lib.mk>
|