mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-16 01:04:17 +00:00
10 lines
257 B
Text
10 lines
257 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
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
|