blob: 243a123378198b701c428e93e632fc75b494ef36 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, [email protected].
#
# SPDX-License-Identifier: GPL-2.0+
#
extra-y = start.o
obj-y = interrupts.o cpu.o
|