diff options
Diffstat (limited to 'arch/arm/mach-cns3xxx/Makefile')
-rw-r--r-- | arch/arm/mach-cns3xxx/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/mach-cns3xxx/Makefile b/arch/arm/mach-cns3xxx/Makefile index 11033f1c2e23..a1ff10848698 100644 --- a/arch/arm/mach-cns3xxx/Makefile +++ b/arch/arm/mach-cns3xxx/Makefile | |||
@@ -1,3 +1,5 @@ | |||
1 | obj-$(CONFIG_ARCH_CNS3XXX) += core.o pm.o devices.o | 1 | obj-$(CONFIG_ARCH_CNS3XXX) += cns3xxx.o |
2 | obj-$(CONFIG_PCI) += pcie.o | 2 | cns3xxx-y += core.o pm.o |
3 | obj-$(CONFIG_MACH_CNS3420VB) += cns3420vb.o | 3 | cns3xxx-$(CONFIG_ATAGS) += devices.o |
4 | cns3xxx-$(CONFIG_PCI) += pcie.o | ||
5 | cns3xxx-$(CONFIG_MACH_CNS3420VB) += cns3420vb.o | ||