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

fixdep:
	$(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep

fixdep-clean:
	$(Q)$(MAKE) -C $(srctree)/tools/build clean

.PHONY: fixdep