Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2...
[deliverable/linux.git] / tools / build / Makefile.include
1 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
2
3 ifdef CROSS_COMPILE
4 fixdep:
5 else
6 fixdep:
7 $(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep
8 endif
9
10 .PHONY: fixdep
This page took 0.04273 seconds and 5 git commands to generate.