diff options
Diffstat (limited to 'arch/mips/ath79/Makefile')
-rw-r--r-- | arch/mips/ath79/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/ath79/Makefile b/arch/mips/ath79/Makefile index e621d6c464c1..c3093f7d401f 100644 --- a/arch/mips/ath79/Makefile +++ b/arch/mips/ath79/Makefile | |||
@@ -16,3 +16,8 @@ obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | |||
16 | # Devices | 16 | # Devices |
17 | # | 17 | # |
18 | obj-y += dev-common.o | 18 | obj-y += dev-common.o |
19 | |||
20 | # | ||
21 | # Machines | ||
22 | # | ||
23 | obj-$(CONFIG_ATH79_MACH_PB44) += mach-pb44.o | ||