OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # |
2 | # (C) Copyright 2000-2006 |
||
3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
||
4 | # |
||
5 | # (C) Copyright 2008-2009 Freescale Semiconductor, Inc. |
||
6 | # |
||
7 | # SPDX-License-Identifier: GPL-2.0+ |
||
8 | # |
||
9 | |||
10 | obj-y += ox820.o |
||
11 | obj-y += lowlevel_init.o |
||
12 | |||
13 | obj-$(CONFIG_SPL_BUILD) += spl_start.o |
||
14 | obj-$(CONFIG_SPL_BUILD) += ddr.o |
||
15 |