diff options
Diffstat (limited to 'arch/arm26/machine/Makefile')
-rw-r--r-- | arch/arm26/machine/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm26/machine/Makefile b/arch/arm26/machine/Makefile new file mode 100644 index 000000000000..86ea97cc07fc --- /dev/null +++ b/arch/arm26/machine/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Makefile for the linux kernel. | ||
3 | # | ||
4 | |||
5 | # Object file lists. | ||
6 | |||
7 | obj-y := dma.o irq.o latches.o | ||
8 | |||