This website requires JavaScript.
Explore
Help
Register
Sign in
Techwizz
/
kernel-fxtec-pro1x
Watch
1
Star
0
Fork
You've already forked kernel-fxtec-pro1x
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
5771a8c088
kernel-fxtec-pro1x
/
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 09:43:00 -06: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 15:30:37 -07:00
all
:
spidev_test
spidev_fdx
clean
:
$(
RM
)
spidev_test spidev_fdx
Reference in a new issue
Copy permalink