mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-20 22:25:54 +00:00
9 lines
190 B
Makefile
9 lines
190 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2001
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
obj-y += mpc8641hpcn.o
|
|
obj-y += law.o
|
|
obj-$(CONFIG_SYS_FSL_DDR2) += ddr.o
|