diff options
Diffstat (limited to 'arch/powerpc/sysdev/Makefile')
-rw-r--r-- | arch/powerpc/sysdev/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile index 9516e7598573..6076e0074a87 100644 --- a/arch/powerpc/sysdev/Makefile +++ b/arch/powerpc/sysdev/Makefile | |||
@@ -58,6 +58,8 @@ ifeq ($(CONFIG_SUSPEND),y) | |||
58 | obj-$(CONFIG_6xx) += 6xx-suspend.o | 58 | obj-$(CONFIG_6xx) += 6xx-suspend.o |
59 | endif | 59 | endif |
60 | 60 | ||
61 | obj-$(CONFIG_PPC_SCOM) += scom.o | ||
62 | |||
61 | subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror | 63 | subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror |
62 | 64 | ||
63 | obj-$(CONFIG_PPC_XICS) += xics/ | 65 | obj-$(CONFIG_PPC_XICS) += xics/ |