15 lines · plain
1# SPDX-License-Identifier: GPL-2.0+2# Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>3 4# For include/trace/define_trace.h to include trace.h5CFLAGS_core.o = -I$(src)6 7obj-$(CONFIG_SURFACE_AGGREGATOR) += surface_aggregator.o8 9surface_aggregator-y := core.o10surface_aggregator-y += ssh_parser.o11surface_aggregator-y += ssh_packet_layer.o12surface_aggregator-y += ssh_request_layer.o13surface_aggregator-$(CONFIG_SURFACE_AGGREGATOR_BUS) += bus.o14surface_aggregator-y += controller.o15