]> Git Repo - linux.git/blob - drivers/platform/surface/aggregator/Makefile
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux.git] / drivers / platform / surface / aggregator / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 # Copyright (C) 2019-2020 Maximilian Luz <[email protected]>
3
4 # For include/trace/define_trace.h to include trace.h
5 CFLAGS_core.o = -I$(src)
6
7 obj-$(CONFIG_SURFACE_AGGREGATOR) += surface_aggregator.o
8
9 surface_aggregator-objs := core.o
10 surface_aggregator-objs += ssh_parser.o
11 surface_aggregator-objs += ssh_packet_layer.o
12 surface_aggregator-objs += ssh_request_layer.o
13 surface_aggregator-objs += controller.o
14
15 ifeq ($(CONFIG_SURFACE_AGGREGATOR_BUS),y)
16 surface_aggregator-objs += bus.o
17 endif
This page took 0.036252 seconds and 4 git commands to generate.