mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
0657e46e28
These boards are old enough and have no maintainers. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
12 lines
315 B
Makefile
12 lines
315 B
Makefile
#
|
|
# (C) Copyright 2000-2007
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_I82365) += i82365.o
|
|
obj-$(CONFIG_8xx) += mpc8xx_pcmcia.o
|
|
obj-$(CONFIG_IDE_TI_CARDBUS) += ti_pci1410a.o
|
|
obj-y += tqm8xx_pcmcia.o
|
|
obj-$(CONFIG_MARUBUN_PCCARD) += marubun_pcmcia.o
|