1 # SPDX-License-Identifier: GPL-2.0-only
2 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
4 # More than just $(Q), we sometimes want to suppress all command output from a
5 # recursive make -- even the 'up to date' printout.
8 SILENT_MAKE = +$(Q)$(MAKE)
11 SILENT_MAKE = +$(Q)$(MAKE) --silent
15 $(SILENT_MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep
18 $(Q)$(MAKE) -C $(srctree)/tools/build clean