xref: /linux-6.15/drivers/platform/surface/aggregator/Makefile (revision e5dfd093)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0+
2# Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
3
4# For include/trace/define_trace.h to include trace.h
5CFLAGS_core.o = -I$(src)
6
7obj-$(CONFIG_SURFACE_AGGREGATOR) += surface_aggregator.o
8
9surface_aggregator-y := core.o
10surface_aggregator-y += ssh_parser.o
11surface_aggregator-y += ssh_packet_layer.o
12surface_aggregator-y += ssh_request_layer.o
13surface_aggregator-$(CONFIG_SURFACE_AGGREGATOR_BUS) += bus.o
14surface_aggregator-y += controller.o
15

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026