diff options
author | Michal Marek <mmarek@suse.cz> | 2010-10-12 09:09:06 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-10-12 09:09:06 -0400 |
commit | 239060b93bb30a4ad55f1ecaa512464a035cc5ba (patch) | |
tree | 77f79810e57d4fc24356eca0cd6db463e8994128 /arch/mips/sibyte | |
parent | 1408b15b98635a13bad2e2a50b3c2ae2ccdf625b (diff) | |
parent | e9203c988234aa512bd45ca32b52e21c7bbfc414 (diff) |
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
We need to revert the temporary hack in 71ebc01, hence the merge.
Diffstat (limited to 'arch/mips/sibyte')
-rw-r--r-- | arch/mips/sibyte/Makefile | 27 | ||||
-rw-r--r-- | arch/mips/sibyte/Platform | 43 | ||||
-rw-r--r-- | arch/mips/sibyte/bcm1480/Makefile | 2 | ||||
-rw-r--r-- | arch/mips/sibyte/common/Makefile | 2 | ||||
-rw-r--r-- | arch/mips/sibyte/sb1250/Makefile | 2 |
5 files changed, 70 insertions, 6 deletions
diff --git a/arch/mips/sibyte/Makefile b/arch/mips/sibyte/Makefile new file mode 100644 index 000000000000..c8ed2c807e69 --- /dev/null +++ b/arch/mips/sibyte/Makefile | |||
@@ -0,0 +1,27 @@ | |||
1 | # | ||
2 | # Sibyte SB1250 / BCM1480 family of SOCs | ||
3 | # | ||
4 | obj-$(CONFIG_SIBYTE_BCM112X) += sb1250/ | ||
5 | obj-$(CONFIG_SIBYTE_BCM112X) += common/ | ||
6 | obj-$(CONFIG_SIBYTE_SB1250) += sb1250/ | ||
7 | obj-$(CONFIG_SIBYTE_SB1250) += common/ | ||
8 | obj-$(CONFIG_SIBYTE_BCM1x55) += bcm1480/ | ||
9 | obj-$(CONFIG_SIBYTE_BCM1x55) += common/ | ||
10 | obj-$(CONFIG_SIBYTE_BCM1x80) += bcm1480/ | ||
11 | obj-$(CONFIG_SIBYTE_BCM1x80) += common/ | ||
12 | |||
13 | # | ||
14 | # Sibyte BCM91120x (Carmel) board | ||
15 | # Sibyte BCM91120C (CRhine) board | ||
16 | # Sibyte BCM91125C (CRhone) board | ||
17 | # Sibyte BCM91125E (Rhone) board | ||
18 | # Sibyte SWARM board | ||
19 | # Sibyte BCM91x80 (BigSur) board | ||
20 | # | ||
21 | obj-$(CONFIG_SIBYTE_CARMEL) += swarm/ | ||
22 | obj-$(CONFIG_SIBYTE_CRHINE) += swarm/ | ||
23 | obj-$(CONFIG_SIBYTE_CRHONE) += swarm/ | ||
24 | obj-$(CONFIG_SIBYTE_RHONE) += swarm/ | ||
25 | obj-$(CONFIG_SIBYTE_SENTOSA) += swarm/ | ||
26 | obj-$(CONFIG_SIBYTE_SWARM) += swarm/ | ||
27 | obj-$(CONFIG_SIBYTE_BIGSUR) += swarm/ | ||
diff --git a/arch/mips/sibyte/Platform b/arch/mips/sibyte/Platform new file mode 100644 index 000000000000..911dfe39c631 --- /dev/null +++ b/arch/mips/sibyte/Platform | |||
@@ -0,0 +1,43 @@ | |||
1 | # | ||
2 | # These are all rather similar so we consider them a single platform | ||
3 | # | ||
4 | platform-$(CONFIG_SIBYTE_BCM112X) += sibyte/ | ||
5 | platform-$(CONFIG_SIBYTE_SB1250) += sibyte/ | ||
6 | platform-$(CONFIG_SIBYTE_BCM1x55) += sibyte/ | ||
7 | platform-$(CONFIG_SIBYTE_BCM1x80) += sibyte/ | ||
8 | |||
9 | # | ||
10 | # Sibyte SB1250 / BCM1480 family of SOCs | ||
11 | # | ||
12 | cflags-$(CONFIG_SIBYTE_BCM112X) += \ | ||
13 | -I$(srctree)/arch/mips/include/asm/mach-sibyte \ | ||
14 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL | ||
15 | |||
16 | platform-$(CONFIG_SIBYTE_SB1250) += sibyte/ | ||
17 | cflags-$(CONFIG_SIBYTE_SB1250) += \ | ||
18 | -I$(srctree)/arch/mips/include/asm/mach-sibyte \ | ||
19 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL | ||
20 | |||
21 | cflags-$(CONFIG_SIBYTE_BCM1x55) += \ | ||
22 | -I$(srctree)/arch/mips/include/asm/mach-sibyte \ | ||
23 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL | ||
24 | |||
25 | cflags-$(CONFIG_SIBYTE_BCM1x80) += \ | ||
26 | -I$(srctree)/arch/mips/include/asm/mach-sibyte \ | ||
27 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL | ||
28 | |||
29 | # | ||
30 | # Sibyte BCM91120x (Carmel) board | ||
31 | # Sibyte BCM91120C (CRhine) board | ||
32 | # Sibyte BCM91125C (CRhone) board | ||
33 | # Sibyte BCM91125E (Rhone) board | ||
34 | # Sibyte SWARM board | ||
35 | # Sibyte BCM91x80 (BigSur) board | ||
36 | # | ||
37 | load-$(CONFIG_SIBYTE_CARMEL) := 0xffffffff80100000 | ||
38 | load-$(CONFIG_SIBYTE_CRHINE) := 0xffffffff80100000 | ||
39 | load-$(CONFIG_SIBYTE_CRHONE) := 0xffffffff80100000 | ||
40 | load-$(CONFIG_SIBYTE_RHONE) := 0xffffffff80100000 | ||
41 | load-$(CONFIG_SIBYTE_SENTOSA) := 0xffffffff80100000 | ||
42 | load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000 | ||
43 | load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 | ||
diff --git a/arch/mips/sibyte/bcm1480/Makefile b/arch/mips/sibyte/bcm1480/Makefile index f292f7df0cfb..cdc4c56c3e29 100644 --- a/arch/mips/sibyte/bcm1480/Makefile +++ b/arch/mips/sibyte/bcm1480/Makefile | |||
@@ -1,5 +1,3 @@ | |||
1 | obj-y := setup.o irq.o time.o | 1 | obj-y := setup.o irq.o time.o |
2 | 2 | ||
3 | obj-$(CONFIG_SMP) += smp.o | 3 | obj-$(CONFIG_SMP) += smp.o |
4 | |||
5 | EXTRA_CFLAGS += -Werror | ||
diff --git a/arch/mips/sibyte/common/Makefile b/arch/mips/sibyte/common/Makefile index 4f659837c7c6..36aa700cc40c 100644 --- a/arch/mips/sibyte/common/Makefile +++ b/arch/mips/sibyte/common/Makefile | |||
@@ -1,5 +1,3 @@ | |||
1 | obj-y := cfe.o | 1 | obj-y := cfe.o |
2 | obj-$(CONFIG_SIBYTE_CFE_CONSOLE) += cfe_console.o | 2 | obj-$(CONFIG_SIBYTE_CFE_CONSOLE) += cfe_console.o |
3 | obj-$(CONFIG_SIBYTE_TBPROF) += sb_tbprof.o | 3 | obj-$(CONFIG_SIBYTE_TBPROF) += sb_tbprof.o |
4 | |||
5 | EXTRA_CFLAGS += -Werror | ||
diff --git a/arch/mips/sibyte/sb1250/Makefile b/arch/mips/sibyte/sb1250/Makefile index 1896f4e77a30..d3d969de407b 100644 --- a/arch/mips/sibyte/sb1250/Makefile +++ b/arch/mips/sibyte/sb1250/Makefile | |||
@@ -2,5 +2,3 @@ obj-y := setup.o irq.o time.o | |||
2 | 2 | ||
3 | obj-$(CONFIG_SMP) += smp.o | 3 | obj-$(CONFIG_SMP) += smp.o |
4 | obj-$(CONFIG_SIBYTE_BUS_WATCHER) += bus_watcher.o | 4 | obj-$(CONFIG_SIBYTE_BUS_WATCHER) += bus_watcher.o |
5 | |||
6 | EXTRA_CFLAGS += -Werror | ||