diff options
Diffstat (limited to 'roms/u-boot/board/liebherr/mccmon6/Makefile')
-rw-r--r-- | roms/u-boot/board/liebherr/mccmon6/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/board/liebherr/mccmon6/Makefile b/roms/u-boot/board/liebherr/mccmon6/Makefile new file mode 100644 index 000000000..3c9786c6b --- /dev/null +++ b/roms/u-boot/board/liebherr/mccmon6/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2016-2017 +# Lukasz Majewski, DENX Software Engineering, lukma@denx.de +ifdef CONFIG_SPL_BUILD +obj-y := spl.o +else +obj-y := mccmon6.o +endif |