mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
29fc6f2492
This is still a non-generic board. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Po-Yu Chuang <ratbert@faraday-tech.com> Acked-by: Marek Vasut <marex@denx.de>
15 lines
290 B
Makefile
15 lines
290 B
Makefile
#
|
|
# (C) Copyright 2000-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
extra-y = start.o
|
|
|
|
obj-y += cpu.o
|
|
obj-$(CONFIG_USE_IRQ) += interrupts.o
|
|
|
|
obj-$(CONFIG_EP93XX) += ep93xx/
|
|
obj-$(CONFIG_IMX) += imx/
|
|
obj-$(CONFIG_S3C24X0) += s3c24x0/
|