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

*** 27,37 **** # # 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_nhm --- 27,36 ----
*** 42,67 **** # # Include common rules. # include $(UTSBASE)/intel/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_NHM_OBJS += \ - nhm_init.o \ - mem_addr.o \ - intel_nhmdrv.o \ - nhm_pci_cfg.o \ - dimm_topo.o \ - intel_nhm.o - - $(CLOSED_BUILD)INTEL_NHM_OBJS += \ - nhm_dimm_addr.o - OBJECTS = $(INTEL_NHM_OBJS:%=$(OBJS_DIR)/%) LINTS = $(INTEL_NHM_OBJS:%.o=$(LINTS_DIR)/%.ln) # # Define targets --- 41,50 ----
*** 98,103 **** # # Include common targets. # include ../Makefile.targ - $(CLOSED_BUILD)include $(UTSCLOSED)/intel/Makefile.rules --- 81,85 ----