aboutsummaryrefslogtreecommitdiffstats
path: root/tools/build/Makefile.include
blob: be630bed66d2af1407eeaaca5089290bbf989392 (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 CFLAGS= LDFLAGS= $(OUTPUT)fixdep
endif

.PHONY: fixdep