mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
11 lines
261 B
Makefile
11 lines
261 B
Makefile
#
|
|
# (C) Copyright 2002-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y = misc.o
|
|
obj-y += p3mx.o mpsc.o mv_eth.o pci.o sdram_init.o serial.o \
|
|
../../Marvell/common/i2c.o ../../Marvell/common/memory.o
|