]> Zhao Yanbai Git Server - minix.git/commitdiff
More stack for the log driver.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 20 Oct 2006 13:54:14 +0000 (13:54 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 20 Oct 2006 13:54:14 +0000 (13:54 +0000)
drivers/log/Makefile

index 7606e63b3b180d49d25061f1f84237eefe85428a..b929d882aa5ed2dafc85b0da32039ca33ebf6bd8 100644 (file)
@@ -23,7 +23,7 @@ LIBDRIVER = $d/libdriver/driver.o
 all build:     $(DRIVER)
 $(DRIVER):     $(OBJ) $(LIBDRIVER)
        $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBDRIVER) $(LIBS)
-       install -S 8kb $(DRIVER)
+       install -S 16kb $(DRIVER)
 
 $(LIBDRIVER): 
        cd $d/libdriver && $(MAKE)