summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/intel_nb5000
diff options
context:
space:
mode:
authorJosef 'Jeff' Sipek <jeffpc@josefsipek.net>2013-10-15 00:21:04 -0400
committerRichard Lowe <richlowe@richlowe.net>2013-10-23 19:52:25 -0400
commitc0e7977a434048a8bc7386ea0e8befaa77a646cf (patch)
tree283ae7c385818ecd7d479cdfb593604c703193ac /usr/src/uts/intel/intel_nb5000
parente7eebcf69de21d2c4df15f003919cdb19b61c694 (diff)
downloadillumos-joyent-c0e7977a434048a8bc7386ea0e8befaa77a646cf.tar.gz
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT 4029 remove tonic build bits Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/intel/intel_nb5000')
-rw-r--r--usr/src/uts/intel/intel_nb5000/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/usr/src/uts/intel/intel_nb5000/Makefile b/usr/src/uts/intel/intel_nb5000/Makefile
index ec9092d791..55ee9be813 100644
--- a/usr/src/uts/intel/intel_nb5000/Makefile
+++ b/usr/src/uts/intel/intel_nb5000/Makefile
@@ -30,7 +30,6 @@
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../..
-UTSCLOSED = ../../../../closed/uts
#
# Define the module and object file sets.
@@ -46,20 +45,6 @@ CONF_SRCDIR = $(UTSBASE)/intel/io/intel_nb5000
#
include ../Makefile.intel
-#
-# The list of object files is defined here, rather than in Makefile.files,
-# because the "$(CLOSED_BUILD)" macro has not been defined at the time
-# Makefile.files is processed.
-#
-INTEL_NB5000_OBJS += \
- intel_nb5000.o \
- intel_nbdrv.o \
- dimm_addr.o \
- nb_pci_cfg.o \
- nb5000_init.o
-
-$(CLOSED_BUILD)INTEL_NB5000_OBJS += memtrans.o
-
OBJECTS = $(INTEL_NB5000_OBJS:%=$(OBJS_DIR)/%)
LINTS = $(INTEL_NB5000_OBJS:%.o=$(LINTS_DIR)/%.ln)
@@ -105,4 +90,3 @@ $(OBJECTS): $(OBJS_DIR) $(MCAMD_OFF_H)
# Include common targets.
#
include ../Makefile.targ
-$(CLOSED_BUILD)include $(UTSCLOSED)/intel/Makefile.rules