12 lines
281 B
Makefile
12 lines
281 B
Makefile
#
|
|
# (C) Copyright 2000-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
extra-y = start.o
|
|
obj-y = traps.o cpu.o cpu_init.o interrupts.o speed.o \
|
|
drivers/epic/epic1.o drivers/i2c/i2c.o pci.o
|
|
obj-y += ../mpc8260/bedbug_603e.o
|