blob: 5bcf1305014e8bfa0592c3523eec8e068b824e2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y = mip405.o cmd_mip405.o \
../common/pci.o \
../common/usb_uhci.o \
../common/common_util.o
obj-y += init.o
|