This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-21 17:01:57 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
675f52b237
linux_dsm_epyc7002
/
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 22:43:00 +07: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-19 05:30:37 +07:00
all
:
spidev_test
spidev_fdx
clean
:
$(
RM
)
spidev_test spidev_fdx
Reference in New Issue
Copy Permalink