1# SPDX-License-Identifier: GPL-2.0+ 2# Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> 3 4obj-$(CONFIG_SURFACE_AGGREGATOR) += surface_aggregator.o 5 6surface_aggregator-objs := core.o 7surface_aggregator-objs += ssh_parser.o 8surface_aggregator-objs += ssh_packet_layer.o 9surface_aggregator-objs += ssh_request_layer.o 10surface_aggregator-objs += controller.o 11