Files
i2som-imx-linux/drivers/mxc/vpu-encoder-b0/Makefile
nxa13443 0495089d39 MLK-17902 [IMX8QXP B0]VPU ENCODER and DECODER on IMX8QXP B0 board
Add vpu decoder and encoder for imx8qxp b0 board,
decoder can support H265 H264 MPEG2 MPEG4 H263 etc
encoder can support H264

Signed-off-by: nxa13443 <chaofan.huang@nxp.com>
2019-02-12 10:31:04 +08:00

13 lines
188 B
Makefile

##
## Makefile for the VPU and M0 driver
##
EXTRA_CFLAGS += $(DEFINES)
obj-y = vpu-encoder.o
vpu-encoder-objs = vpu_encoder_b0.o \
vpu_encoder_rpc.o
clean:
rm -rf $(vpu-encoder-objs)