diff options
Diffstat (limited to 'arch/mips/gt64120/common/Makefile')
-rw-r--r-- | arch/mips/gt64120/common/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/gt64120/common/Makefile b/arch/mips/gt64120/common/Makefile new file mode 100644 index 000000000000..eba5051015a5 --- /dev/null +++ b/arch/mips/gt64120/common/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for common code of gt64120-based boards. +# + +obj-y += time.o +obj-$(CONFIG_PCI) += pci.o |