forked from Qortal/Brooklyn
11 lines
215 B
Makefile
11 lines
215 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2000-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
extra-y = start.o
|
|
|
|
obj-y += ../arm11/
|
|
obj-$(CONFIG_MX31) += mx31/
|
|
obj-$(CONFIG_MX35) += mx35/
|