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/intel/procfs | |
| 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/intel/procfs')
| -rw-r--r-- | usr/src/uts/intel/procfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/intel/procfs/Makefile b/usr/src/uts/intel/procfs/Makefile index 39d77f3c9c..360623790a 100644 --- a/usr/src/uts/intel/procfs/Makefile +++ b/usr/src/uts/intel/procfs/Makefile @@ -79,7 +79,7 @@ $(OBJS_DIR)/prsubr.o := SMOFF += all_func_returns $(OBJS_DIR)/prcontrol.o := SMOFF += all_func_returns $(OBJS_DIR)/prioctl.o := SMOFF += signed -LDFLAGS += -dy -Nfs/namefs +LDFLAGS += -Nfs/namefs # # Default build targets. |
