This website requires JavaScript.
Explore
Help
Sign in
kybaaz
/
linux-xiaomi-chiron
Watch
1
Star
0
Fork
You've already forked linux-xiaomi-chiron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
4cfad559da
linux-xiaomi-chiron
/
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 17:43:00 +02: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 14:30:37 -08:00
all
:
spidev_test
spidev_fdx
clean
:
$(
RM
)
spidev_test spidev_fdx
Reference in a new issue
Copy permalink