blob: d0d84010fc7663ac2a81b351fd48a67dbea5ba9f (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2003-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
obj-y = malta.o
obj-y += lowlevel_init.o
obj-y += superio.o
|