mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 22:24:32 +00:00
7dd42be9f9
We didn't convert the Integrator to use DM for PCI in time, and we don't use it either so let's just drop PCI support from the Integrator. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com>
13 lines
263 B
Makefile
13 lines
263 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2000-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# (C) Copyright 2004
|
|
# ARM Ltd.
|
|
# Philippe Robin, <philippe.robin@arm.com>
|
|
|
|
obj-y := lowlevel_init.o
|
|
|
|
obj-y += integrator.o
|
|
obj-y += timer.o
|