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