Print this page
4027 remove CLOSED_BUILD

@@ -28,11 +28,10 @@
 
 #
 #       Path to the base of the uts directory tree (usually /usr/src/uts).
 #
 UTSBASE = ../..
-UTSCLOSED = ../../../../closed/uts
 
 #
 #       Define the module and object file sets.
 #
 MODULE          = intel_nb5000

@@ -44,24 +43,10 @@
 #
 #       Include common rules.
 #
 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)
 
 #
 #       Define targets

@@ -103,6 +88,5 @@
 
 #
 #       Include common targets.
 #
 include ../Makefile.targ
-$(CLOSED_BUILD)include $(UTSCLOSED)/intel/Makefile.rules