projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[platform/kernel/linux-rpi.git]
/
tools
/
build
/
Makefile.include
1
# SPDX-License-Identifier: GPL-2.0-only
2
build := -f $(srctree)/tools/build/Makefile.build dir=. obj
3
4
fixdep:
5
$(Q)$(MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep
6
7
fixdep-clean:
8
$(Q)$(MAKE) -C $(srctree)/tools/build clean
9
10
.PHONY: fixdep