diff options
Diffstat (limited to 'board/microsoft/surface-rt/Makefile')
-rw-r--r-- | board/microsoft/surface-rt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/microsoft/surface-rt/Makefile b/board/microsoft/surface-rt/Makefile index da4094a7df3..feda1dba3bd 100644 --- a/board/microsoft/surface-rt/Makefile +++ b/board/microsoft/surface-rt/Makefile @@ -3,4 +3,4 @@ # (C) Copyright 2021 # Open Surface RT -obj-$(CONFIG_SPL_BUILD) += surface-rt-spl.o +obj-$(CONFIG_XPL_BUILD) += surface-rt-spl.o |