#
# Makefile for VFM
#

obj-$(CONFIG_AML_VFM) += aml_vfm.o
aml_vfm-objs := vfm.o vframe_provider.o vframe_receiver.o


