diff options
Diffstat (limited to 'roms/u-boot/board/renesas/koelsch/Makefile')
-rw-r--r-- | roms/u-boot/board/renesas/koelsch/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/board/renesas/koelsch/Makefile b/roms/u-boot/board/renesas/koelsch/Makefile new file mode 100644 index 000000000..77cf06740 --- /dev/null +++ b/roms/u-boot/board/renesas/koelsch/Makefile @@ -0,0 +1,13 @@ +# +# board/renesas/koelsch/Makefile +# +# Copyright (C) 2013 Renesas Electronics Corporation +# +# SPDX-License-Identifier: GPL-2.0 +# + +ifdef CONFIG_SPL_BUILD +obj-y := koelsch_spl.o +else +obj-y := koelsch.o qos.o +endif |