Sign in
◑
Theme
nest-open-source
/
nest-learning-thermostat
/
5.8.2
/
linux-imx-ul
/
00e9c6bc57c20690c57561e8ae6fad8ed03d547a
/
.
/
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