barebox/arch/ppc/cpu-85xx/Makefile
Renaud Barbier 89b030a0e7 e500v2 traps and TLB support code
This patch defines functions to set interrupt vector registers and
functions to handle hardware exceptions.
It also defines support functions to set and search TLBs.
Finally, the Makefile is added.

Signed-off-by: Renaud Barbier <renaud.barbier@ge.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-05-17 20:33:38 +02:00

5 lines
81 B
Makefile

obj-y += traps.o
obj-y += tlb.o
extra-y += start.o
extra-y += resetvec.o