mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
75238f2367
The board supports following features: - Boot media support: SD card/e.MMC/SPI flash, - Support LCD display (optional, disabled by default), - Support ethernet, - Support USB mass storage. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> [fix checkpatch warnings] Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
17 lines
376 B
Makefile
17 lines
376 B
Makefile
#
|
|
# (C) Copyright 2000-2008
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# (C) Copyright 2013
|
|
# Bo Shen <voice.shen@atmel.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_SAMA5D2) += sama5d2_devices.o
|
|
obj-$(CONFIG_SAMA5D3) += sama5d3_devices.o
|
|
obj-$(CONFIG_SAMA5D4) += sama5d4_devices.o
|
|
obj-y += clock.o
|
|
obj-y += cpu.o
|
|
obj-y += reset.o
|
|
obj-y += timer.o
|