diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2012-05-26 00:43:27 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-28 02:52:53 -0400 |
commit | 556626adf1dc1ee88183b7ba267912b87b063a57 (patch) | |
tree | 3a6ccedc5206083cba4980604ce3aa206737dc6d /arch/sparc/kernel/Makefile | |
parent | 3732106a1a565a592966290fbcef322db9933f91 (diff) |
sparc32,leon: always include leon_pmc in build
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Daniel Hellstrom <daniel@gaisler.com>
Cc: Konrad Eisele <konrad@gaisler.com>
Diffstat (limited to 'arch/sparc/kernel/Makefile')
-rw-r--r-- | arch/sparc/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/Makefile b/arch/sparc/kernel/Makefile index 43af0d619a3..6cf591b7e1c 100644 --- a/arch/sparc/kernel/Makefile +++ b/arch/sparc/kernel/Makefile | |||
@@ -52,7 +52,7 @@ obj-y += of_device_$(BITS).o | |||
52 | obj-$(CONFIG_SPARC64) += prom_irqtrans.o | 52 | obj-$(CONFIG_SPARC64) += prom_irqtrans.o |
53 | 53 | ||
54 | obj-$(CONFIG_SPARC32) += leon_kernel.o | 54 | obj-$(CONFIG_SPARC32) += leon_kernel.o |
55 | obj-$(CONFIG_SPARC_LEON)+= leon_pmc.o | 55 | obj-$(CONFIG_SPARC32) += leon_pmc.o |
56 | 56 | ||
57 | obj-$(CONFIG_SPARC64) += reboot.o | 57 | obj-$(CONFIG_SPARC64) += reboot.o |
58 | obj-$(CONFIG_SPARC64) += sysfs.o | 58 | obj-$(CONFIG_SPARC64) += sysfs.o |