#
# Makefile for the Linux kernel ubuntu supplied third-party device drivers.
#

#
# NOTE: to allow drivers to be added and removed without causing merge
# collisions you should add new entries in the middle of the six lines
# of ## at the bottom of the list.  Always add three lines of ## above
# your new entry and maintain the six lines below.
#

##
##
##
obj-$(CONFIG_UBUNTU_HOST)      += ubuntu-host/
##
##
##
obj-y += mali_km-r50/
##
##
##
obj-y += uvcs_kernel_package/src/makefile/
##
##
##
obj-y += mmngr_drv/mmngr_drv/mmngr/mmngr-module/files/mmngr/drv/
##
##
##
obj-y += mmngr_drv/mmngr_drv/mmngrbuf/mmngrbuf-module/files/mmngrbuf/drv/
##
##
##
obj-y += vspm_drv/vspm-module/files/vspm/drv/
##
##
##
obj-y += vspmif_drv/vspm_if-module/files/vspm_if/drv/
##
##
##
