diff options
Diffstat (limited to 'arch/sh/boards/mach-hp6xx/Makefile')
-rw-r--r-- | arch/sh/boards/mach-hp6xx/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-hp6xx/Makefile b/arch/sh/boards/mach-hp6xx/Makefile new file mode 100644 index 000000000000..b3124278247c --- /dev/null +++ b/arch/sh/boards/mach-hp6xx/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for the HP6xx specific parts of the kernel | ||
3 | # | ||
4 | |||
5 | obj-y := setup.o | ||
6 | obj-$(CONFIG_PM) += pm.o pm_wakeup.o | ||
7 | obj-$(CONFIG_APM_EMULATION) += hp6xx_apm.o | ||