summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/genunix
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/genunix')
-rw-r--r--usr/src/uts/intel/genunix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/intel/genunix/Makefile b/usr/src/uts/intel/genunix/Makefile
index bd97c023ce..9ce92ebd49 100644
--- a/usr/src/uts/intel/genunix/Makefile
+++ b/usr/src/uts/intel/genunix/Makefile
@@ -152,7 +152,7 @@ $(IPCTF_TARGET) ipctf_target: FRC
@pwd
$(GENUNIX): $(IPCTF_TARGET) $(OBJECTS)
- $(LD) -r $(LDFLAGS) -o $@ $(OBJECTS)
+ $(LD) -ztype=kmod $(LDFLAGS) -o $@ $(OBJECTS)
$(CTFMERGE_GENUNIX_MERGE)
$(POST_PROCESS)