diff options
Diffstat (limited to 'arch/mips/mach-ath79/ar934x/Makefile')
-rw-r--r-- | arch/mips/mach-ath79/ar934x/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/ar934x/Makefile b/arch/mips/mach-ath79/ar934x/Makefile new file mode 100644 index 00000000000..348c65b2533 --- /dev/null +++ b/arch/mips/mach-ath79/ar934x/Makefile @@ -0,0 +1,7 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += cpu.o +obj-y += clk.o +obj-y += ddr.o |