blob: a09a0ae550e4d1e92fb9c1c7f0b5385208d3c28b (
plain)
1
2
3
4
5
6
7
8
9
|
#
# (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, [email protected].
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y := versatile.o
obj-y += lowlevel_init.o
|