From 95ff97d4fb27d079d304dc6a93e9a66d093d8c85 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 6 Feb 2009 16:28:35 +0000 Subject: [PATCH] readclock easily runs out of stack with so little of it. --- drivers/readclock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/readclock/Makefile b/drivers/readclock/Makefile index 66a32f850..73867d175 100644 --- a/drivers/readclock/Makefile +++ b/drivers/readclock/Makefile @@ -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) -- 2.44.0