2009-01-21 16:24:39 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2009-01-21 16:24:39 +00:00
|
|
|
#
|
|
|
|
|
2013-10-21 02:53:31 +00:00
|
|
|
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
|