blob: 6a6fbf3551361e8de6bea2c53c849b2ba21fe3a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# 2004 (c) MontaVista Software, Inc.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y := jornada.o
obj-y += setup.o
|