diff options
Diffstat (limited to 'qemu/roms/u-boot/board/micronas/vct/Makefile')
-rw-r--r-- | qemu/roms/u-boot/board/micronas/vct/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/micronas/vct/Makefile b/qemu/roms/u-boot/board/micronas/vct/Makefile new file mode 100644 index 000000000..ed28cb81b --- /dev/null +++ b/qemu/roms/u-boot/board/micronas/vct/Makefile @@ -0,0 +1,14 @@ +# +# (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := vct.o +obj-y += ebi.o +obj-$(CONFIG_VCT_NOR) += ebi_nor_flash.o +obj-$(CONFIG_VCT_ONENAND) += ebi_onenand.o +obj-$(CONFIG_DRIVER_SMC911X) += ebi_smc911x.o smc_eeprom.o +obj-y += gpio.o +obj-y += top.o +obj-$(CONFIG_USB_EHCI_VCT) += dcgu.o ehci.o scc.o |