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 = exceptions.o 10 obj-y += cpu.o interrupts.o traps.o 11 obj-y += fdt.o 12