readclock easily runs out of stack with so little of it.
This commit is contained in:
parent
eafd4730ea
commit
95ff97d4fb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ OBJ = readclock.o
|
|||
all build: $(DRIVER)
|
||||
$(DRIVER): $(OBJ)
|
||||
$(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
|
||||
install -S 8k $(DRIVER)
|
||||
install $(DRIVER)
|
||||
|
||||
# install with other drivers
|
||||
install: /sbin/$(DRIVER)
|
||||
|
|
Loading…
Reference in a new issue