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 @@ +# +# Makefile for the Xilfpga +# + +obj-y += init.o +obj-y += intc.o +obj-y += time.o |