Makefile 145 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Makefile for Momentum's Ocelot board.
#

5
obj-y	 		+= irq.o prom.o reset.o setup.o
L
Linus Torvalds 已提交
6 7 8 9

obj-$(CONFIG_KGDB)	+= dbg_io.o

EXTRA_AFLAGS := $(CFLAGS)