]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/overo/Makefile
arm: socfpga: cyclone5-socdk: Probe DWC2 UDC from OF instead of hard-coded data
[people/ms/u-boot.git] / board / overo / Makefile
1 #
2 # (C) Copyright 2000, 2001, 2002
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 obj-y := spl.o common.o
10 else
11 obj-y := overo.o common.o
12 endif