diff options
Diffstat (limited to 'arch/mips/jazz/Makefile')
-rw-r--r-- | arch/mips/jazz/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/jazz/Makefile b/arch/mips/jazz/Makefile new file mode 100644 index 00000000000..85749246a67 --- /dev/null +++ b/arch/mips/jazz/Makefile @@ -0,0 +1,7 @@ +# +# 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) |