]> git.sur5r.net Git - u-boot/blob - arch/powerpc/cpu/mpc824x/Makefile
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
[u-boot] / arch / powerpc / cpu / mpc824x / 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 ifneq ($(OBJTREE),$(SRCTREE))
9 $(shell mkdir -p $(obj)drivers/epic $(obj)drivers/i2c)
10 endif
11
12 extra-y = start.o
13 obj-y   = traps.o cpu.o cpu_init.o interrupts.o speed.o \
14           drivers/epic/epic1.o drivers/i2c/i2c.o pci.o
15 obj-y += bedbug_603e.o
16
17 SRCS += $(obj)bedbug_603e.c
18 $(obj)bedbug_603e.c:
19         ln -sf $(src)../mpc8260/bedbug_603e.c $(obj)bedbug_603e.c