#
# Makefile for the kernel pvc drivers.
#
# Copyright (c) 2020 Panasonic Corporation
# 2020-07-16 Modified
#
# This file may be used subject to the terms and conditions of the
# GNU General Public License Version 2, or any later version
# at your option, as published by the Free Software Foundation.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#

# Object files in subdirectories

obj-$(CONFIG_PVC_USB_BUFFER) += buffer/

