Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.8-rc4 10 lines 196 B view raw
1build := -f $(srctree)/tools/build/Makefile.build dir=. obj 2 3ifdef CROSS_COMPILE 4fixdep: 5else 6fixdep: 7 $(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep 8endif 9 10.PHONY: fixdep