diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 03:04:51 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 03:04:51 -0400 |
commit | bc8bff63bacea47561de34e04a17c79846ecfe91 (patch) | |
tree | b19925258503cf40a704b1eab06c9da4b6072889 | |
parent | d2b06a8b17f96b75fa1e8e7765cb900c99fd80fb (diff) |
sh: Drop incdir rule for SE7751.
No longer needed..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-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 c143510d71fc..50c5cc31c302 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile | |||
@@ -111,8 +111,6 @@ machdir-$(CONFIG_SH_TITAN) := titan | |||
111 | machdir-$(CONFIG_SH_UNKNOWN) := unknown | 111 | machdir-$(CONFIG_SH_UNKNOWN) := unknown |
112 | 112 | ||
113 | incdir-y := $(notdir $(machdir-y)) | 113 | incdir-y := $(notdir $(machdir-y)) |
114 | |||
115 | incdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) := se7751 | ||
116 | incdir-$(CONFIG_SH_HP6XX) := hp6xx | 114 | incdir-$(CONFIG_SH_HP6XX) := hp6xx |
117 | 115 | ||
118 | ifneq ($(machdir-y),) | 116 | ifneq ($(machdir-y),) |