Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107215
b: refs/heads/master
c: c8b5d9d
h: refs/heads/master
i:
  107213: be5b6f1
  107211: 4af2b44
  107207: aa6a141
  107199: b4cec0e
v: v3
  • Loading branch information
Paul Mundt committed Jul 29, 2008
1 parent 0b93797 commit 4dcab67
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 40 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c170f86e31410cc38971c1dedd8b25885e6e43b6
refs/heads/master: c8b5d9dcbc94ae5e7d9ed647246df4454d25332e
8 changes: 2 additions & 6 deletions trunk/arch/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ head-$(CONFIG_SUPERH64) += arch/sh/kernel/head_64.o

LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)

core-y += arch/sh/kernel/ arch/sh/mm/
core-y += arch/sh/kernel/ arch/sh/mm/ arch/sh/boards/
core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/

# Boards and Mach groups
# Mach groups
machdir-$(CONFIG_SOLUTION_ENGINE) += mach-se
machdir-$(CONFIG_SH_HP6XX) += mach-hp6xx
machdir-$(CONFIG_SH_DREAMCAST) += mach-dreamcast
Expand All @@ -114,15 +114,11 @@ machdir-$(CONFIG_SH_MIGOR) += mach-migor
machdir-$(CONFIG_SH_SDK7780) += mach-sdk7780
machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto
machdir-$(CONFIG_SH_RSK7203) += mach-rsk7203
machdir-$(CONFIG_SH_AP325RXA) += mach-ap325rxa
machdir-$(CONFIG_SH_SH7763RDP) += mach-sh7763rdp
machdir-$(CONFIG_SH_SH7785LCR) += mach-sh7785lcr
machdir-$(CONFIG_SH_SH4202_MICRODEV) += mach-microdev
machdir-$(CONFIG_SH_LANDISK) += mach-landisk
machdir-$(CONFIG_SH_TITAN) += mach-titan
machdir-$(CONFIG_SH_SHMIN) += mach-shmin
machdir-$(CONFIG_SH_LBOX_RE2) += mach-lboxre2
machdir-$(CONFIG_SH_MAGIC_PANEL_R2) += mach-magicpanelr2
machdir-$(CONFIG_SH_CAYMAN) += mach-cayman

ifneq ($(machdir-y),)
Expand Down
15 changes: 14 additions & 1 deletion trunk/arch/sh/boards/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,17 @@ source "arch/sh/boards/mach-r2d/Kconfig"
source "arch/sh/boards/mach-highlander/Kconfig"
source "arch/sh/boards/mach-sdk7780/Kconfig"
source "arch/sh/boards/mach-migor/Kconfig"
source "arch/sh/boards/mach-magicpanelr2/Kconfig"

if SH_MAGIC_PANEL_R2

menu "Magic Panel R2 options"

config SH_MAGIC_PANEL_R2_VERSION
int SH_MAGIC_PANEL_R2_VERSION
default "3"
help
Set the version of the Magic Panel R2

endmenu

endif
8 changes: 8 additions & 0 deletions trunk/arch/sh/boards/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# 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_RSK7203) += board-rsk7203.o
obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o
obj-$(CONFIG_SH_SHMIN) += board-shmin..o
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion trunk/arch/sh/boards/mach-ap325rxa/Makefile

This file was deleted.

13 changes: 0 additions & 13 deletions trunk/arch/sh/boards/mach-magicpanelr2/Kconfig

This file was deleted.

5 changes: 0 additions & 5 deletions trunk/arch/sh/boards/mach-magicpanelr2/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion trunk/arch/sh/boards/mach-rsk7203/Makefile

This file was deleted.

5 changes: 0 additions & 5 deletions trunk/arch/sh/boards/mach-se/7619/Makefile

This file was deleted.

3 changes: 2 additions & 1 deletion trunk/arch/sh/boards/mach-se/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
obj-$(CONFIG_SH_7619_SOLUTION_ENGINE) += board-se7619.o

obj-$(CONFIG_SH_SOLUTION_ENGINE) += 770x/
obj-$(CONFIG_SH_7206_SOLUTION_ENGINE) += 7206/
obj-$(CONFIG_SH_7619_SOLUTION_ENGINE) += 7619/
obj-$(CONFIG_SH_7722_SOLUTION_ENGINE) += 7722/
obj-$(CONFIG_SH_7751_SOLUTION_ENGINE) += 7751/
obj-$(CONFIG_SH_7780_SOLUTION_ENGINE) += 7780/
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion trunk/arch/sh/boards/mach-sh7785lcr/Makefile

This file was deleted.

5 changes: 0 additions & 5 deletions trunk/arch/sh/boards/mach-shmin/Makefile

This file was deleted.

0 comments on commit 4dcab67

Please sign in to comment.