Skip to content

Commit

Permalink
16434 kernel modules should use consistent relative source paths
Browse files Browse the repository at this point in the history
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Bill Sommerfeld <sommerfeld@hamachi.org>
Approved by: Patrick Mooney <pmooney@pfmooney.com>
  • Loading branch information
richlowe committed Apr 2, 2024
1 parent 12fb921 commit d363b1b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion usr/src/uts/i86pc/i86hvm/cmdk/Makefile
Expand Up @@ -25,7 +25,7 @@
#
# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.

UTSBASE= $(SRC)/uts
UTSBASE= ../../..

MODULE= cmdk
OBJECTS= $(PV_CMDK_OBJS:%=$(OBJS_DIR)/%)
Expand Down
2 changes: 1 addition & 1 deletion usr/src/uts/i86pc/i86hvm/rtls/Makefile
Expand Up @@ -26,7 +26,7 @@
# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
#

UTSBASE= $(SRC)/uts
UTSBASE= ../../..

MODULE= rtls
OBJECTS= $(PV_RTLS_OBJS:%=$(OBJS_DIR)/%)
Expand Down
2 changes: 1 addition & 1 deletion usr/src/uts/intel/emlxs/Makefile
Expand Up @@ -28,7 +28,7 @@
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../../
UTSBASE = ../..
COMMON_BASE = ../../../common

#
Expand Down
2 changes: 1 addition & 1 deletion usr/src/uts/intel/lmrc/Makefile
Expand Up @@ -16,7 +16,7 @@
#
# Paths to the base of the uts directory trees
#
UTSBASE = ../../../../src/uts
UTSBASE = ../..

#
# Define the module and object file sets.
Expand Down
2 changes: 1 addition & 1 deletion usr/src/uts/intel/mpt_sas/Makefile
Expand Up @@ -26,7 +26,7 @@
#
# Paths to the base of the uts directory trees
#
UTSBASE = ../../../../src/uts
UTSBASE = ../..

#
# Define the module and object file sets.
Expand Down
2 changes: 1 addition & 1 deletion usr/src/uts/intel/oce/Makefile
Expand Up @@ -26,7 +26,7 @@
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../../
UTSBASE = ../..

#
# Define the module and object file sets.
Expand Down
2 changes: 1 addition & 1 deletion usr/src/uts/intel/pmcs/Makefile
Expand Up @@ -25,7 +25,7 @@
#
# Paths to the base of the uts directory trees
#
UTSBASE = ../../../../src/uts
UTSBASE = ../..

#
# Define the module and object file sets.
Expand Down
2 changes: 1 addition & 1 deletion usr/src/uts/intel/pmcs8001fw/Makefile
Expand Up @@ -31,7 +31,7 @@
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../../../../src/uts
UTSBASE = ../..

#
# Define the module and object file sets.
Expand Down
2 changes: 1 addition & 1 deletion usr/src/uts/intel/pvscsi/Makefile
Expand Up @@ -13,7 +13,7 @@
# Copyright 2016 Nexenta Systems, Inc.
#

UTSBASE= $(SRC)/uts
UTSBASE= ../..

MODULE= pvscsi
OBJECTS= $(PVSCSI_OBJS:%=$(OBJS_DIR)/%)
Expand Down
2 changes: 1 addition & 1 deletion usr/src/uts/intel/smartpqi/Makefile
Expand Up @@ -30,7 +30,7 @@
#
# Paths to the base of the uts directory trees
#
UTSBASE = ../../../../src/uts
UTSBASE = ../..

#
# Define the module and object file sets.
Expand Down
2 changes: 1 addition & 1 deletion usr/src/uts/intel/tpm/Makefile
Expand Up @@ -24,7 +24,7 @@
# Copyright (c) 2018, Joyent, Inc.
# Copyright 2021 Jason King

UTSBASE = $(SRC)/uts
UTSBASE = ../..

#
# Define the module and object file sets.
Expand Down
2 changes: 1 addition & 1 deletion usr/src/uts/intel/vioscsi/Makefile
Expand Up @@ -14,7 +14,7 @@
# Copyright 2022 RackTop Systems, Inc.
#

UTSBASE= $(SRC)/uts
UTSBASE= ../..

MODULE= vioscsi
OBJECTS= $(VIOSCSI_OBJS:%=$(OBJS_DIR)/%)
Expand Down

0 comments on commit d363b1b

Please sign in to comment.