Home | History | Annotate | Download | only in cpu
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # (C) Copyright 2000-2006
      4 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de.
      5 
      6 extra-y	= start.o
      7 obj-y	= exceptions.o
      8 obj-y	+= cpu.o interrupts.o traps.o
      9