This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-15 00:21:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5771a8c088
linux
/
tools
/
spi
/
Makefile
7 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
spi: tools: enable CROSS_COMPILE in Makefile Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
2016-09-07 15:43:00 +00:00
CC
=
$(
CROSS_COMPILE
)
gcc
spi: Move spi code from Documentation to tools Jon Corbet requested this code moved with the last changeset, https://lkml.org/lkml/2015/3/1/144, but the patch was not applied because it missed the Makefile. Moved spidev_test, spidev_fdx and their Makefile infrastructure. Signed-off-by: Joshua Clayton <stillcompiling@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
2015-11-18 22:30:37 +00:00
all
:
spidev_test
spidev_fdx
clean
:
$(
RM
)
spidev_test spidev_fdx
Reference in New Issue
Copy Permalink