]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/spear/x600/Makefile
kbuild: add dummy obj-y to create built-in.o
[people/ms/u-boot.git] / board / spear / x600 / Makefile
1 #
2 # (C) Copyright 2000-2004
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier: GPL-2.0+
6 #
7
8 ifdef CONFIG_SPL_BUILD
9 # necessary to create built-in.o
10 obj- := __dummy__.o
11 else
12 obj-y := fpga.o x600.o
13 endif