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 000000000000..85749246a671 --- /dev/null +++ b/arch/mips/jazz/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for the Jazz family specific parts of the kernel | ||
3 | # | ||
4 | |||
5 | obj-y := int-handler.o irq.o jazzdma.o reset.o setup.o | ||
6 | |||
7 | EXTRA_AFLAGS := $(CFLAGS) | ||