blob: d0a156d2cab6a1c041fca621e5eb6d3bfcc06b7f (
plain)
1
2
3
4
5
6
7
8
9
|
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2019 Western Digital Corporation or its affiliates.
ifdef CONFIG_XPL_BUILD
obj-y += spl.o
else
obj-y += unleashed.o
endif
|