diff options
Diffstat (limited to 'roms/u-boot/board/renesas/stout/Makefile')
-rw-r--r-- | roms/u-boot/board/renesas/stout/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/u-boot/board/renesas/stout/Makefile b/roms/u-boot/board/renesas/stout/Makefile new file mode 100644 index 000000000..b8875bb7b --- /dev/null +++ b/roms/u-boot/board/renesas/stout/Makefile @@ -0,0 +1,15 @@ +# +# board/renesas/stout/Makefile +# +# Copyright (C) 2015 Renesas Electronics Europe GmbH +# Copyright (C) 2015 Renesas Electronics Corporation +# Copyright (C) 2015 Cogent Embedded, Inc. +# +# SPDX-License-Identifier: GPL-2.0 +# + +ifdef CONFIG_SPL_BUILD +obj-y := stout_spl.o +else +obj-y := stout.o cpld.o qos.o +endif |