diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 16:04:51 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 16:04:51 +0900 |
commit | bc8bff63bacea47561de34e04a17c79846ecfe91 (patch) | |
tree | b19925258503cf40a704b1eab06c9da4b6072889 /arch/sh/Makefile | |
parent | d2b06a8b17f96b75fa1e8e7765cb900c99fd80fb (diff) |
sh: Drop incdir rule for SE7751.
No longer needed..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r-- | arch/sh/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile index c143510d71f..50c5cc31c30 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -111,8 +111,6 @@ machdir-$(CONFIG_SH_TITAN) := titan machdir-$(CONFIG_SH_UNKNOWN) := unknown incdir-y := $(notdir $(machdir-y)) - -incdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) := se7751 incdir-$(CONFIG_SH_HP6XX) := hp6xx ifneq ($(machdir-y),) |