Sign in
◑
Theme
nest-open-source
/
manifest_repos
/
kernel
/
a15b07be852ab3bce4ffbaea3a1935f8638a1b17
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
primitives
/
Makefile
blob: b68c6221d3d1bdad82a50356fa5c73083611d948 [
file
]
CFLAGS
+=
-
I$
(
CURDIR
)
TEST_PROGS
:=
load_unaligned_zeropad
all
:
$
(
TEST_PROGS
)
$
(
TEST_PROGS
):
../
harness
.
c
include
../../
lib
.
mk
clean
:
rm
-
f $
(
TEST_PROGS
)
*.
o