diff options
Diffstat (limited to 'board/siemens/pxm2/Makefile')
-rw-r--r-- | board/siemens/pxm2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/siemens/pxm2/Makefile b/board/siemens/pxm2/Makefile index aae536472c5..ac59c5bd985 100644 --- a/board/siemens/pxm2/Makefile +++ b/board/siemens/pxm2/Makefile @@ -9,13 +9,13 @@ # u-boot:/board/ti/am335x/Makefile # Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ -ifdef CONFIG_SPL_BUILD +ifdef CONFIG_XPL_BUILD obj-y := mux.o endif obj-y += board.o obj-y += ../common/board_am335x.o obj-y += ../common/eeprom.o -ifndef CONFIG_SPL_BUILD +ifndef CONFIG_XPL_BUILD obj-y += ../common/factoryset.o endif |