mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 02:20:25 +00:00
377e1048d3
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Wolfgang Denk <wd@denx.de> Cc: Kim Phillips <kim.phillips@freescale.com> Cc: York Sun <yorksun@freescale.com> Cc: Stefan Roese <sr@denx.de>
15 lines
323 B
Makefile
15 lines
323 B
Makefile
#
|
|
# (C) Copyright 2008
|
|
# Sergei Poselenov, Emcraft Systems, sposelenov@emcraft.com.
|
|
# (C) Copyright 2001-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += socrates.o
|
|
obj-y += law.o
|
|
obj-y += tlb.o
|
|
obj-y += nand.o
|
|
obj-y += sdram.o
|
|
obj-$(CONFIG_FSL_DDR2) += ddr.o
|