diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2017-06-26 18:51:42 +0300 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-06-27 22:43:19 +0000 |
commit | 5549034d757a8b1a23f3957d95e4e9e440c44ebf (patch) | |
tree | 823e5d04e576a4cc2a4cc342c53750ee52bb1cf4 | |
parent | 73177167911de9eef96901d8f6d3cb6be7c67574 (diff) | |
download | illumos-gate-5549034d757a8b1a23f3957d95e4e9e440c44ebf.tar.gz |
8428 8367 breaks cmlb module install on sparc
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r-- | usr/src/uts/sparc/cmlb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/sparc/cmlb/Makefile b/usr/src/uts/sparc/cmlb/Makefile index d66ea89566..e17426bf77 100644 --- a/usr/src/uts/sparc/cmlb/Makefile +++ b/usr/src/uts/sparc/cmlb/Makefile @@ -39,6 +39,7 @@ UTSBASE = ../.. MODULE = cmlb OBJECTS = $(CMLB_OBJS:%=$(OBJS_DIR)/%) LINTS = $(CMLB_OBJS:%.o=$(LINTS_DIR)/%.ln) +ROOTMODULE = $(ROOT_MISC_DIR)/$(MODULE) # # Include common rules. |