readclock easily runs out of stack with so little of it.

This commit is contained in:
Ben Gras 2009-02-06 16:28:35 +00:00
parent eafd4730ea
commit 95ff97d4fb

View File

@ -14,7 +14,7 @@ OBJ = readclock.o
all build: $(DRIVER) all build: $(DRIVER)
$(DRIVER): $(OBJ) $(DRIVER): $(OBJ)
$(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
install -S 8k $(DRIVER) install $(DRIVER)
# install with other drivers # install with other drivers
install: /sbin/$(DRIVER) install: /sbin/$(DRIVER)