diff options
Diffstat (limited to 'arch/sh/boards/renesas/hs7751rvoip/Makefile')
-rw-r--r-- | arch/sh/boards/renesas/hs7751rvoip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/renesas/hs7751rvoip/Makefile b/arch/sh/boards/renesas/hs7751rvoip/Makefile index 3ef8cbaa0b3..bede2d54fd6 100644 --- a/arch/sh/boards/renesas/hs7751rvoip/Makefile +++ b/arch/sh/boards/renesas/hs7751rvoip/Makefile @@ -2,7 +2,7 @@ # Makefile for the HS7751RVoIP specific parts of the kernel # -obj-y := mach.o setup.o io.o irq.o led.o +obj-y := setup.o io.o irq.o led.o obj-$(CONFIG_PCI) += pci.o |