blob: 615c78763536febcd49eb85175955a111b6e361d (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2020 Arm Limited
# Usama Arif <[email protected]>
obj-y := total_compute.o
obj-$(CONFIG_OF_HAS_PRIOR_STAGE) += lowlevel_init.o
|