Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0+
0002 # Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
0003 
0004 # For include/trace/define_trace.h to include trace.h
0005 CFLAGS_core.o = -I$(src)
0006 
0007 obj-$(CONFIG_SURFACE_AGGREGATOR) += surface_aggregator.o
0008 
0009 surface_aggregator-y := core.o
0010 surface_aggregator-y += ssh_parser.o
0011 surface_aggregator-y += ssh_packet_layer.o
0012 surface_aggregator-y += ssh_request_layer.o
0013 surface_aggregator-$(CONFIG_SURFACE_AGGREGATOR_BUS) += bus.o
0014 surface_aggregator-y += controller.o