]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/arm926ejs/Makefile
mtd: nand: davinci: add header file for driver definitions
[u-boot] / arch / arm / cpu / arm926ejs / Makefile
1 #
2 # (C) Copyright 2000-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 extra-y = start.o
9 obj-y   = cpu.o cache.o
10
11 ifdef   CONFIG_SPL_BUILD
12 ifdef   CONFIG_SPL_NO_CPU_SUPPORT_CODE
13 extra-y :=
14 endif
15 endif