xref: /rk3399_rockchip-uboot/arch/sandbox/lib/Makefile (revision 2a792753d6a1fe8f2310928ebd5534e4d87a8030)
1#
2# Copyright (c) 2011 The Chromium OS Authors.
3#
4# (C) Copyright 2002-2006
5# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6#
7# SPDX-License-Identifier:	GPL-2.0+
8#
9
10obj-y	+= interrupts.o
11ifndef CONFIG_SPL_BUILD
12obj-$(CONFIG_PCI)	+= pci_io.o
13endif
14obj-$(CONFIG_CMD_BOOTM) += bootm.o
15obj-$(CONFIG_CMD_BOOTZ) += bootm.o
16