Loading arch/sh/Makefile +1 −4 Original line number Diff line number Diff line Loading @@ -131,6 +131,7 @@ machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += se/7206 machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += se/7619 machdir-$(CONFIG_SH_LBOX_RE2) += lboxre2 machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += magicpanelr2 machdir-$(CONFIG_SH_CAYMAN) += cayman incdir-y := $(notdir $(machdir-y)) Loading @@ -139,10 +140,6 @@ core-y += $(addprefix arch/sh/boards/, \ $(filter-out ., $(patsubst %,%/,$(machdir-y)))) endif # SH-5 mach types # XXX.. to be reconciled with machdir-y later. core-$(CONFIG_SH_CAYMAN) += arch/sh/mach-cayman/ # Companion chips core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ core-$(CONFIG_MFD_SM501) += arch/sh/cchips/voyagergx/ Loading arch/sh/mach-cayman/Makefile→arch/sh/boards/cayman/Makefile +0 −0 File moved. View file arch/sh/mach-cayman/irq.c→arch/sh/boards/cayman/irq.c +0 −0 File moved. View file arch/sh/mach-cayman/led.c→arch/sh/boards/cayman/led.c +0 −0 File moved. View file arch/sh/mach-cayman/setup.c→arch/sh/boards/cayman/setup.c +0 −0 File moved. View file Loading
arch/sh/Makefile +1 −4 Original line number Diff line number Diff line Loading @@ -131,6 +131,7 @@ machdir-$(CONFIG_SH_7206_SOLUTION_ENGINE) += se/7206 machdir-$(CONFIG_SH_7619_SOLUTION_ENGINE) += se/7619 machdir-$(CONFIG_SH_LBOX_RE2) += lboxre2 machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += magicpanelr2 machdir-$(CONFIG_SH_CAYMAN) += cayman incdir-y := $(notdir $(machdir-y)) Loading @@ -139,10 +140,6 @@ core-y += $(addprefix arch/sh/boards/, \ $(filter-out ., $(patsubst %,%/,$(machdir-y)))) endif # SH-5 mach types # XXX.. to be reconciled with machdir-y later. core-$(CONFIG_SH_CAYMAN) += arch/sh/mach-cayman/ # Companion chips core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/ core-$(CONFIG_MFD_SM501) += arch/sh/cchips/voyagergx/ Loading