Anup Patel | 3fda026 | 2019-02-25 08:15:19 +0000 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
2 | # | ||||
3 | # Copyright (c) 2019 Western Digital Corporation or its affiliates. | ||||
4 | |||||
Pragnesh Patel | 01cdef2 | 2020-05-29 11:33:35 +0530 | [diff] [blame] | 5 | ifdef CONFIG_SPL_BUILD |
6 | obj-y += spl.o | ||||
Zong Li | 87e8481 | 2021-07-27 17:06:58 +0800 | [diff] [blame] | 7 | else |
8 | obj-y += unleashed.o | ||||
Pragnesh Patel | 01cdef2 | 2020-05-29 11:33:35 +0530 | [diff] [blame] | 9 | endif |