lineage_kernel_xcoverpro/tools/build/Makefile.include

10 lines
217 B
Makefile
Raw Permalink Normal View History

2023-06-18 22:53:49 +00:00
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