readclock easily runs out of stack with so little of it.
This commit is contained in:
parent
eafd4730ea
commit
95ff97d4fb
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user