diff options
author | Richard Lowe <richlowe@richlowe.net> | 2021-11-26 21:55:37 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2021-12-14 12:44:45 -0600 |
commit | 82d0151a507442720a3aea34c8925041894ab173 (patch) | |
tree | c9b96c619e4b5c2b780518ca70420f993b09995c /usr/src/uts/sparc/tokenmt | |
parent | ffe0b5fa2f11b603291b4b98b4f727bc8c8dbd9c (diff) | |
download | illumos-gate-82d0151a507442720a3aea34c8925041894ab173.tar.gz |
14268 kernel modules should be linked -ztype=kmod
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/sparc/tokenmt')
-rw-r--r-- | usr/src/uts/sparc/tokenmt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/sparc/tokenmt/Makefile b/usr/src/uts/sparc/tokenmt/Makefile index 45670deef1..4877b7a56c 100644 --- a/usr/src/uts/sparc/tokenmt/Makefile +++ b/usr/src/uts/sparc/tokenmt/Makefile @@ -57,7 +57,7 @@ ALL_TARGET = $(BINARY) INSTALL_TARGET = $(BINARY) $(ROOTMODULE) CFLAGS += $(CCVERBOSE) -LDFLAGS += -dy -Ndrv/ip +LDFLAGS += -Ndrv/ip # # Default build targets. |