SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot.git] / board / micronas / vct / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
50752790
SR
2#
3# (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering
50752790 4
f6e2c0f3
MY
5obj-y := vct.o
6obj-y += ebi.o
7obj-$(CONFIG_VCT_NOR) += ebi_nor_flash.o
8obj-$(CONFIG_VCT_ONENAND) += ebi_onenand.o
9obj-$(CONFIG_DRIVER_SMC911X) += ebi_smc911x.o smc_eeprom.o
10obj-y += gpio.o
11obj-y += top.o
12obj-$(CONFIG_USB_EHCI_VCT) += dcgu.o ehci.o scc.o
This page took 0.319246 seconds and 4 git commands to generate.