268 -$(INS.dir)
269
270 $(USR_CONGO_SBIN_DIR): $(USR_CONGO_DIR)
271 $(INS.slink5)
272
273 $(USR_CONGO_LIB_DIR): $(USR_CONGO_DIR)
274 -$(INS.dir)
275
276 $(USR_MONZA_DIR): $(USR_SUN4V_PLAT_DIR)
277 -$(INS.dir)
278
279 $(USR_MONZA_SBIN_DIR): $(USR_MONZA_DIR)
280 -$(INS.dir)
281
282 $(USR_MONZA_SBIN_LINKS): $(USR_MONZA_SBIN_DIR)
283 $(INS.slink7)
284
285 #
286 # Full kernel lint target.
287 #
288 LINT_TARGET = globallint
289
290 globallint:
291 @-$(ECHO) "\nSUN4V KERNEL: global crosschecks:"
292 @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
293
294 lint: lintlib .WAIT modlintlib .WAIT $(SPARC_LINTS) $(LINT_DEPS) \
295 $(IMPLEMENTATIONS) $(LINT_CPU_KMODS)
296
297 include ../Makefile.targ
298
299 #
300 # Cross-reference customization: build a cross-reference over all of the
301 # sun4v-related directories.
302 #
303 XRDIRS = ../sun4v ../sun4 ../sfmmu ../sparc ../sun ../common
304 XRPRUNE = i86pc sun4u intel
305
306 cscope.out tags: FRC
307 $(XREF) -x $@
|
268 -$(INS.dir)
269
270 $(USR_CONGO_SBIN_DIR): $(USR_CONGO_DIR)
271 $(INS.slink5)
272
273 $(USR_CONGO_LIB_DIR): $(USR_CONGO_DIR)
274 -$(INS.dir)
275
276 $(USR_MONZA_DIR): $(USR_SUN4V_PLAT_DIR)
277 -$(INS.dir)
278
279 $(USR_MONZA_SBIN_DIR): $(USR_MONZA_DIR)
280 -$(INS.dir)
281
282 $(USR_MONZA_SBIN_LINKS): $(USR_MONZA_SBIN_DIR)
283 $(INS.slink7)
284
285 #
286 # Full kernel lint target.
287 #
288 LINT_TARGET = # globallint
289
290 globallint:
291 @-$(ECHO) "\nSUN4V KERNEL: global crosschecks:"
292 @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
293
294 lint: lintlib .WAIT modlintlib .WAIT $(SPARC_LINTS) $(LINT_DEPS) \
295 $(IMPLEMENTATIONS) $(LINT_CPU_KMODS)
296
297 include ../Makefile.targ
298
299 #
300 # Cross-reference customization: build a cross-reference over all of the
301 # sun4v-related directories.
302 #
303 XRDIRS = ../sun4v ../sun4 ../sfmmu ../sparc ../sun ../common
304 XRPRUNE = i86pc sun4u intel
305
306 cscope.out tags: FRC
307 $(XREF) -x $@
|