Staging
v0.7.0
Raw File
#
# Makefile for the Jazz family specific parts of the kernel
#

obj-y	 	:= int-handler.o irq.o jazzdma.o reset.o setup.o

EXTRA_AFLAGS := $(CFLAGS)
back to top