mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 01:03:05 +00:00
11 lines
227 B
Makefile
11 lines
227 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
# Copyright (C) 2010-2020 CS Group
|
||
|
# Charles Frey <charles.frey@c-s.fr>
|
||
|
# Christophe Leroy <christophe.leroy@c-s.fr>
|
||
|
#
|
||
|
|
||
|
obj-y += cmpc885.o
|
||
|
obj-y += sdram.o
|
||
|
obj-$(CONFIG_CMD_NAND) += nand.o
|