diff options
Diffstat (limited to 'roms/u-boot/board/engicam/stm32mp1/Makefile')
-rw-r--r-- | roms/u-boot/board/engicam/stm32mp1/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/board/engicam/stm32mp1/Makefile b/roms/u-boot/board/engicam/stm32mp1/Makefile new file mode 100644 index 000000000..65560df29 --- /dev/null +++ b/roms/u-boot/board/engicam/stm32mp1/Makefile @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause +# +# Copyright (C) 2018, STMicroelectronics - All Rights Reserved +# + +ifdef CONFIG_SPL_BUILD +obj-y += spl.o +else +obj-y += stm32mp1.o +endif |