blob: 05f447abba97fde57d79c649c06e2e15b7d21918 (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2003-2006
# Wolfgang Denk, DENX Software Engineering, [email protected].
obj-$(CONFIG_CMD_BOOTM) += bootm.o
obj-y += muldi3.o
|