Nits here and there. Made log device buffer messages again.
This commit is contained in:
@@ -23,7 +23,7 @@ LIBDRIVER = $d/libdriver/driver.o
|
||||
all build: $(DRIVER)
|
||||
$(DRIVER): $(OBJ) $(LIBDRIVER)
|
||||
$(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBDRIVER) $(LIBS)
|
||||
install -S 64w $(DRIVER)
|
||||
install -S 4kb $(DRIVER)
|
||||
|
||||
$(LIBDRIVER):
|
||||
cd $d/libdriver && $(MAKE)
|
||||
|
||||
Reference in New Issue
Block a user