Print this page
*** NO COMMENTS ***

*** 63,74 **** # to most machine independent, we allow a machine dependent file # to be used in preference over a machine independent version # (Such as a machine specific optimization, which preserves the # interfaces.) # ! include $(UTSTREE)/intel/Makefile.files ! include $(UTSTREE)/common/Makefile.files # # ----- TRANSITIONAL SECTION -------------------------------------------------- # --- 63,74 ---- # to most machine independent, we allow a machine dependent file # to be used in preference over a machine independent version # (Such as a machine specific optimization, which preserves the # interfaces.) # ! include $(UTSBASE)/intel/Makefile.files ! include $(UTSBASE)/common/Makefile.files # # ----- TRANSITIONAL SECTION -------------------------------------------------- #
*** 710,714 **** --- 710,721 ---- # # 'Dacf' Modules (/kernel/dacf): # DACF_KMODS += net_dacf + + # + # Ensure that the variable member of the cpu_t (cpu_m) is defined + # for the lint builds so as not to cause lint errors during the + # global cross check. + # + LINTFLAGS += -D_MACHDEP -I$(UTSBASE)/i86pc