diff options
Diffstat (limited to 'arch/arm/mach-sa1100/Makefile')
-rw-r--r-- | arch/arm/mach-sa1100/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/Makefile b/arch/arm/mach-sa1100/Makefile index e27f15042a22..7a61e8d33ab7 100644 --- a/arch/arm/mach-sa1100/Makefile +++ b/arch/arm/mach-sa1100/Makefile | |||
@@ -31,6 +31,7 @@ obj-$(CONFIG_SA1100_HACKKIT) += hackkit.o | |||
31 | led-$(CONFIG_SA1100_HACKKIT) += leds-hackkit.o | 31 | led-$(CONFIG_SA1100_HACKKIT) += leds-hackkit.o |
32 | 32 | ||
33 | obj-$(CONFIG_SA1100_JORNADA720) += jornada720.o | 33 | obj-$(CONFIG_SA1100_JORNADA720) += jornada720.o |
34 | obj-$(CONFIG_SA1100_JORNADA720_SSP) += jornada720_ssp.o | ||
34 | 35 | ||
35 | obj-$(CONFIG_SA1100_LART) += lart.o | 36 | obj-$(CONFIG_SA1100_LART) += lart.o |
36 | led-$(CONFIG_SA1100_LART) += leds-lart.o | 37 | led-$(CONFIG_SA1100_LART) += leds-lart.o |
@@ -51,3 +52,4 @@ obj-$(CONFIG_LEDS) += $(led-y) | |||
51 | # Miscelaneous functions | 52 | # Miscelaneous functions |
52 | obj-$(CONFIG_PM) += pm.o sleep.o | 53 | obj-$(CONFIG_PM) += pm.o sleep.o |
53 | obj-$(CONFIG_SA1100_SSP) += ssp.o | 54 | obj-$(CONFIG_SA1100_SSP) += ssp.o |
55 | |||