diff options
Diffstat (limited to 'board/toradex/apalis_t30/Makefile')
-rw-r--r-- | board/toradex/apalis_t30/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/toradex/apalis_t30/Makefile b/board/toradex/apalis_t30/Makefile index 0ea3d8f217d..eed607043fc 100644 --- a/board/toradex/apalis_t30/Makefile +++ b/board/toradex/apalis_t30/Makefile @@ -1,4 +1,6 @@ # Copyright (c) 2014 Marcel Ziswiler # SPDX-License-Identifier: GPL-2.0+ +obj-$(CONFIG_SPL_BUILD) += apalis_t30-spl.o + obj-y += apalis_t30.o |