Sign in
linux
/
linux
/
kernel
/
git
/
herbert
/
crypto-2.6
/
11364d61314eb97b12d6b6facb1ededada52fcc1
/
.
/
tools
/
pcmcia
/
Makefile
blob: eae24df1dbf55606dccd5fa4efcd789d66eb5bb3 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
CC
:=
$
(
CROSS_COMPILE
)
gcc
CFLAGS
:=
-
I
../../
usr
/
include
PROGS
:=
crc32hash
all
:
$
(
PROGS
)
clean
:
rm
-
fr $
(
PROGS
)