diff options
Diffstat (limited to 'qemu/roms/u-boot/drivers/pcmcia/Makefile')
-rw-r--r-- | qemu/roms/u-boot/drivers/pcmcia/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/drivers/pcmcia/Makefile b/qemu/roms/u-boot/drivers/pcmcia/Makefile new file mode 100644 index 000000000..ae3cafbea --- /dev/null +++ b/qemu/roms/u-boot/drivers/pcmcia/Makefile @@ -0,0 +1,13 @@ +# +# (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-y += rpx_pcmcia.o +obj-$(CONFIG_IDE_TI_CARDBUS) += ti_pci1410a.o +obj-y += tqm8xx_pcmcia.o +obj-$(CONFIG_MARUBUN_PCCARD) += marubun_pcmcia.o |