Sign in
nest-open-source
/
nest-learning-thermostat
/
5.10
/
linux-imx-4.9.88
/
refs/heads/master
/
.
/
drivers
/
mxc
/
vpu-decoder-b0
/
Makefile
blob: 99505578b2c311fb5b6888c18c0fca08625d3a16 [
file
] [
log
] [
blame
] [
edit
]
##
## Makefile for the VPU and M0 driver
##
DEFINES
+=
-
D REBOOT
=
1
\
-
D BOOT_ARCH
=
0
EXTRA_CFLAGS
+=
$
(
DEFINES
)
obj
-
y
=
vpu
-
decoder
.
o
vpu
-
decoder
-
objs
=
vpu_b0
.
o \
vpu_rpc
.
o
clean
:
rm
-
rf $
(
vpu
-
decoder
-
objs
)