xref
: /
linux
/
tools
/
spi
/
Makefile
(revision fcc8487d477a3452a1d0ccbdd4c5e0e1e3cb8bed)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
CC
= $(
CROSS_COMPILE
)
gcc
2
3
all
:
spidev_test
spidev_fdx
4
5
clean
:
6
$(
RM
)
spidev_test
spidev_fdx
7