aboutsummaryrefslogtreecommitdiffstats
path: root/tools/build/Makefile.include
blob: 4e09ad617a607dd0884ada776d26df23bac407cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
build := -f $(srctree)/tools/build/Makefile.build dir=. obj

ifdef CROSS_COMPILE
fixdep:
else
fixdep:
	$(Q)$(MAKE) -C $(srctree)/tools/build fixdep
endif

.PHONY: fixdep