diff options
Diffstat (limited to 'board/toradex/common/Makefile')
-rw-r--r-- | board/toradex/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/toradex/common/Makefile b/board/toradex/common/Makefile index 7b19b6e4c87..7e3905445a5 100644 --- a/board/toradex/common/Makefile +++ b/board/toradex/common/Makefile @@ -2,7 +2,7 @@ # Copyright (c) 2016 Toradex, Inc. # Common for all Toradex modules -ifeq ($(CONFIG_SPL_BUILD),y) +ifeq ($(CONFIG_XPL_BUILD),y) # Necessary to create built-in.o obj- := __dummy__.o else |