diff options
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index d992dd5d9321..242174f9f355 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile | |||
@@ -76,6 +76,9 @@ obj-$(CONFIG_MACH_SNAPPER_9260) += board-snapper9260.o | |||
76 | # AT91SAM9G45 board-specific support | 76 | # AT91SAM9G45 board-specific support |
77 | obj-$(CONFIG_MACH_AT91SAM9M10G45EK) += board-sam9m10g45ek.o | 77 | obj-$(CONFIG_MACH_AT91SAM9M10G45EK) += board-sam9m10g45ek.o |
78 | 78 | ||
79 | # AT91SAM board with device-tree | ||
80 | obj-$(CONFIG_MACH_AT91SAM_DT) += board-dt.o | ||
81 | |||
79 | # AT91CAP9 board-specific support | 82 | # AT91CAP9 board-specific support |
80 | obj-$(CONFIG_MACH_AT91CAP9ADK) += board-cap9adk.o | 83 | obj-$(CONFIG_MACH_AT91CAP9ADK) += board-cap9adk.o |
81 | 84 | ||