mirror of
https://github.com/arjuncr/Linux-from-scratch.git
synced 2026-02-03 07:18:20 +00:00
10 lines
217 B
Makefile
10 lines
217 B
Makefile
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
|