blob: a8ab657a9e0fac3c28e07469aeeeeb23cadb309d (
plain)
1
2
3
4
5
6
7
8
9
|
#
# (C) Copyright 2025
# Lukasz Majewski, DENX Software Engineering, [email protected].
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y := btt.o
obj-$(CONFIG_XPL_BUILD) += spl_btt.o
|