summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-13 13:43:19 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-13 13:43:19 +0200
commit017e0fc0af4a7c7377e8b0323782fa28509b2f07 (patch)
treecf240c248d2192a173aa719b1fc5a75d23c8060a
parent3260daab96672a88d4266058ec2a7ce30f8a243a (diff)
Remove -static from testgart linking flags
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5c58a0..192649e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ KDIR := /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
default:
- $(CC) -I. -static -o testgart testgart.c
+ $(CC) -I. -o testgart testgart.c
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
endif