Print this page
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>

*** 28,38 **** # # 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 --- 28,37 ----
*** 44,67 **** # # 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 --- 43,52 ----
*** 103,108 **** # # Include common targets. # include ../Makefile.targ - $(CLOSED_BUILD)include $(UTSCLOSED)/intel/Makefile.rules --- 88,92 ----