diff options
Diffstat (limited to 'roms/u-boot/board/spear/x600/Makefile')
-rw-r--r-- | roms/u-boot/board/spear/x600/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/board/spear/x600/Makefile b/roms/u-boot/board/spear/x600/Makefile new file mode 100644 index 000000000..3ed841577 --- /dev/null +++ b/roms/u-boot/board/spear/x600/Makefile @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# (C) Copyright 2000-2004 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. + +ifdef CONFIG_SPL_BUILD +# necessary to create built-in.o +obj- := __dummy__.o +else +obj-y := fpga.o x600.o +endif |