diff options
Diffstat (limited to 'arch/mips/xilfpga/Makefile')
-rw-r--r-- | arch/mips/xilfpga/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/xilfpga/Makefile b/arch/mips/xilfpga/Makefile new file mode 100644 index 000000000000..a4deec6fadbc --- /dev/null +++ b/arch/mips/xilfpga/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for the Xilfpga | ||
3 | # | ||
4 | |||
5 | obj-y += init.o | ||
6 | obj-y += intc.o | ||
7 | obj-y += time.o | ||