Merge tag 'uml-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / platform / surface / aggregator / Makefile
blobfdf664a217f989c7ec7c8e08011fe6b56fddb833
1 # SPDX-License-Identifier: GPL-2.0+
2 # Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
4 # For include/trace/define_trace.h to include trace.h
5 CFLAGS_core.o = -I$(src)
7 obj-$(CONFIG_SURFACE_AGGREGATOR) += surface_aggregator.o
9 surface_aggregator-y := core.o
10 surface_aggregator-y += ssh_parser.o
11 surface_aggregator-y += ssh_packet_layer.o
12 surface_aggregator-y += ssh_request_layer.o
13 surface_aggregator-$(CONFIG_SURFACE_AGGREGATOR_BUS) += bus.o
14 surface_aggregator-y += controller.o