diff options
-rw-r--r-- | arch/m68knommu/platform/5307/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68knommu/platform/5307/Makefile b/arch/m68knommu/platform/5307/Makefile index 6fe5a2b8fb08..8d1619dc1ea6 100644 --- a/arch/m68knommu/platform/5307/Makefile +++ b/arch/m68knommu/platform/5307/Makefile | |||
@@ -19,6 +19,7 @@ endif | |||
19 | obj-$(CONFIG_COLDFIRE) += entry.o vectors.o ints.o | 19 | obj-$(CONFIG_COLDFIRE) += entry.o vectors.o ints.o |
20 | obj-$(CONFIG_M5206) += timers.o | 20 | obj-$(CONFIG_M5206) += timers.o |
21 | obj-$(CONFIG_M5206e) += timers.o | 21 | obj-$(CONFIG_M5206e) += timers.o |
22 | obj-$(CONFIG_M520x) += pit.o | ||
22 | obj-$(CONFIG_M523x) += pit.o | 23 | obj-$(CONFIG_M523x) += pit.o |
23 | obj-$(CONFIG_M5249) += timers.o | 24 | obj-$(CONFIG_M5249) += timers.o |
24 | obj-$(CONFIG_M527x) += pit.o | 25 | obj-$(CONFIG_M527x) += pit.o |