Various updates to support dynamically starting drivers.

This commit is contained in:
Jorrit Herder
2005-08-02 15:32:12 +00:00
parent 120e514506
commit 1d60e866c3
5 changed files with 15 additions and 10 deletions

View File

@@ -23,6 +23,7 @@ OBJECTS = \
$(LIBRARY)(close.o) \
$(LIBRARY)(closedir.o) \
$(LIBRARY)(creat.o) \
$(LIBRARY)(devctl.o) \
$(LIBRARY)(dup.o) \
$(LIBRARY)(dup2.o) \
$(LIBRARY)(execl.o) \
@@ -162,6 +163,9 @@ $(LIBRARY)(closedir.o): closedir.s
$(LIBRARY)(creat.o): creat.s
$(CC1) creat.s
$(LIBRARY)(devctl.o): devctl.s
$(CC1) devctl.s
$(LIBRARY)(dup.o): dup.s
$(CC1) dup.s