diff options
Diffstat (limited to 'board/asus/transformer-t30/Makefile')
| -rw-r--r-- | board/asus/transformer-t30/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/asus/transformer-t30/Makefile b/board/asus/transformer-t30/Makefile index ad700786b70..22b6160f757 100644 --- a/board/asus/transformer-t30/Makefile +++ b/board/asus/transformer-t30/Makefile @@ -6,6 +6,7 @@ # (C) Copyright 2021 # Svyatoslav Ryhel <clamor95@gmail.com> -obj-$(CONFIG_XPL_BUILD) += transformer-t30-spl.o +obj-$(CONFIG_SPL_BUILD) += transformer-t30-spl.o +obj-$(CONFIG_MULTI_DTB_FIT) += board-info.o obj-y += transformer-t30.o |
