From b6ab152c6ec21cb45a8817b6b58f88e1ab127520 Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Fri, 30 Oct 2009 04:23:42 +0000 Subject: [PATCH] --- yaml --- r: 173460 b: refs/heads/master c: 53528928d1260747c294b63218d9886c74df4c31 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/Makefile | 1 + trunk/arch/sh/boards/Makefile | 1 - trunk/arch/sh/boards/mach-ap325rxa/Makefile | 2 ++ .../arch/sh/boards/{board-ap325rxa.c => mach-ap325rxa/setup.c} | 0 5 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 trunk/arch/sh/boards/mach-ap325rxa/Makefile rename trunk/arch/sh/boards/{board-ap325rxa.c => mach-ap325rxa/setup.c} (100%) diff --git a/[refs] b/[refs] index 5dbfae128b82..3226afce0261 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 13fa551b5eb1752c6974a81ef19f369220972cf2 +refs/heads/master: 53528928d1260747c294b63218d9886c74df4c31 diff --git a/trunk/arch/sh/Makefile b/trunk/arch/sh/Makefile index 66e40aabc600..3ce000eb5570 100644 --- a/trunk/arch/sh/Makefile +++ b/trunk/arch/sh/Makefile @@ -136,6 +136,7 @@ machdir-$(CONFIG_SH_7751_SYSTEMH) += mach-systemh machdir-$(CONFIG_SH_EDOSK7705) += mach-edosk7705 machdir-$(CONFIG_SH_HIGHLANDER) += mach-highlander machdir-$(CONFIG_SH_MIGOR) += mach-migor +machdir-$(CONFIG_SH_AP325RXA) += mach-ap325rxa machdir-$(CONFIG_SH_KFR2R09) += mach-kfr2r09 machdir-$(CONFIG_SH_ECOVEC) += mach-ecovec24 machdir-$(CONFIG_SH_SDK7780) += mach-sdk7780 diff --git a/trunk/arch/sh/boards/Makefile b/trunk/arch/sh/boards/Makefile index 7baa21090231..ce0f26381784 100644 --- a/trunk/arch/sh/boards/Makefile +++ b/trunk/arch/sh/boards/Makefile @@ -1,7 +1,6 @@ # # Specific board support, not covered by a mach group. # -obj-$(CONFIG_SH_AP325RXA) += board-ap325rxa.o obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o obj-$(CONFIG_SH_URQUELL) += board-urquell.o diff --git a/trunk/arch/sh/boards/mach-ap325rxa/Makefile b/trunk/arch/sh/boards/mach-ap325rxa/Makefile new file mode 100644 index 000000000000..0ad249dbd351 --- /dev/null +++ b/trunk/arch/sh/boards/mach-ap325rxa/Makefile @@ -0,0 +1,2 @@ +obj-y := setup.o + diff --git a/trunk/arch/sh/boards/board-ap325rxa.c b/trunk/arch/sh/boards/mach-ap325rxa/setup.c similarity index 100% rename from trunk/arch/sh/boards/board-ap325rxa.c rename to trunk/arch/sh/boards/mach-ap325rxa/setup.c