1 # SPDX-License-Identifier: GPL-2.0-only << 2 build := -f $(srctree)/tools/build/Makefile.bu 1 build := -f $(srctree)/tools/build/Makefile.build dir=. obj 3 2 4 # More than just $(Q), we sometimes want to su !! 3 ifdef CROSS_COMPILE 5 # recursive make -- even the 'up to date' prin !! 4 fixdep: 6 ifeq ($(V),1) << 7 Q ?= << 8 SILENT_MAKE = +$(Q)$(MAKE) << 9 else 5 else 10 Q ?= @ << 11 SILENT_MAKE = +$(Q)$(MAKE) --silent << 12 endif << 13 << 14 fixdep: 6 fixdep: 15 $(SILENT_MAKE) -C $(srctree)/tools/bui !! 7 $(Q)$(MAKE) -C $(srctree)/tools/build fixdep 16 !! 8 endif 17 fixdep-clean: << 18 $(Q)$(MAKE) -C $(srctree)/tools/build << 19 9 20 .PHONY: fixdep 10 .PHONY: fixdep
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.