blob: ba0765fe9951814282b82b59e6ae9f545fc87e1b (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# (C) Copyright 2008
# Stefan Roese, DENX Software Engineering, sr@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y := canyonlands.o
obj-$(CONFIG_CMD_CHIP_CONFIG) += chip_config.o
extra-y += init.o
|