Commit 263d5c2f84350703d31ccbfb76c6853570278e6c

Authored by Wolfgang Denk
1 parent 76bfe76b54

Remove redundant config.mk files

Recent cleanup actions resulted in a number of config.mk files that
contained only redundant entries like

	PLATFORM_CPPFLAGS += -I$(TOPDIR)

or settings of variables that were not used anywhere in the code, like

	TEXT_END  = 0xfe080000

Remove these unnecessary files.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Scott McNutt <smcnutt@psyent.com>
Cc: Wolfgang Wegner <w.wegner@astro-kom.de>
Cc: Josef Wagner <Wagner@Microsys.de>
Cc: Tolunay Orkun <torkun@nextio.com>
Cc: Frank Panno <fpanno@delphintech.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Brad Kemp <Brad.Kemp@seranoa.com>
Acked-by: Heiko Schocher<hs@denx.de>

Showing 22 changed files with 0 additions and 599 deletions Side-by-side Diff

arch/nios2/cpu/config.mk
1   -#
2   -# (C) Copyright 2000
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -PLATFORM_RELFLAGS +=
board/astro/mcf5373l/config.mk
1   -#
2   -# (C) Copyright 2000-2003
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -# Coldfire contribution by Bernhard Kuhn <bkuhn@metrowerks.com>
5   -#
6   -# See file CREDITS for list of people who contributed to this
7   -# project.
8   -#
9   -# This program is free software; you can redistribute it and/or
10   -# modify it under the terms of the GNU General Public License as
11   -# published by the Free Software Foundation; either version 2 of
12   -# the License, or (at your option) any later version.
13   -#
14   -# This program is distributed in the hope that it will be useful,
15   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
16   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17   -# GNU General Public License for more details.
18   -#
19   -# You should have received a copy of the GNU General Public License
20   -# along with this program; if not, write to the Free Software
21   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
22   -# MA 02111-1307 USA
23   -#
24   -
25   -PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE)
board/atc/config.mk
1   -#
2   -# (C) Copyright 2001
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -#
25   -# ATC boards
26   -#
27   -
28   -PLATFORM_CPPFLAGS += -I$(TOPDIR)
board/cmi/config.mk
1   -#
2   -# (C) Copyright 2003
3   -# Martin Winistoerfer, martinwinistoerfer@gmx.ch.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -#
25   -# CMI Board Configuration
26   -#
27   -
28   -PLATFORM_CPPFLAGS += -I$(TOPDIR)
board/cpc45/config.mk
1   -#
2   -# (C) Copyright 2001-2003
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -#
25   -# CPC45 board
26   -#
27   -
28   -PLATFORM_CPPFLAGS += -I$(TOPDIR)
board/cpu86/config.mk
1   -#
2   -# (C) Copyright 2001
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -#
25   -# CPU86 boards
26   -#
27   -
28   -PLATFORM_CPPFLAGS += -I$(TOPDIR)
board/cpu87/config.mk
1   -#
2   -# (C) Copyright 2001-2005
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -#
25   -# CPU87 board
26   -#
27   -
28   -PLATFORM_CPPFLAGS += -I$(TOPDIR)
board/csb272/config.mk
1   -#
2   -# (C) Copyright 2000-2004
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# (C) Copyright 2004
6   -# Tolunay Orkun, NextIO Inc., torkun@nextio.com.
7   -#
8   -# See file CREDITS for list of people who contributed to this
9   -# project.
10   -#
11   -# This program is free software; you can redistribute it and/or
12   -# modify it under the terms of the GNU General Public License as
13   -# published by the Free Software Foundation; either version 2 of
14   -# the License, or (at your option) any later version.
15   -#
16   -# This program is distributed in the hope that it will be useful,
17   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
18   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19   -# GNU General Public License for more details.
20   -#
21   -# You should have received a copy of the GNU General Public License
22   -# along with this program; if not, write to the Free Software
23   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
24   -# MA 02111-1307 USA
25   -#
26   -
27   -#
28   -# Cogent CSB272 board
29   -#
30   -
31   -LDFLAGS += $(LINKER_UNDEFS)
board/csb472/config.mk
1   -#
2   -# (C) Copyright 2000-2004
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# (C) Copyright 2004
6   -# Tolunay Orkun, NextIO Inc., torkun@nextio.com.
7   -#
8   -# See file CREDITS for list of people who contributed to this
9   -# project.
10   -#
11   -# This program is free software; you can redistribute it and/or
12   -# modify it under the terms of the GNU General Public License as
13   -# published by the Free Software Foundation; either version 2 of
14   -# the License, or (at your option) any later version.
15   -#
16   -# This program is distributed in the hope that it will be useful,
17   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
18   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19   -# GNU General Public License for more details.
20   -#
21   -# You should have received a copy of the GNU General Public License
22   -# along with this program; if not, write to the Free Software
23   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
24   -# MA 02111-1307 USA
25   -#
26   -
27   -#
28   -# Cogent CSB472 board
29   -#
30   -
31   -LDFLAGS += $(LINKER_UNDEFS)
board/ep8260/config.mk
1   -#
2   -# (C) Copyright 2002
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -#
25   -# EP8260 boards
26   -#
27   -
28   -PLATFORM_CPPFLAGS += -I$(TOPDIR)
board/genietv/config.mk
1   -#
2   -# (C) Copyright 2000
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -OBJCFLAGS = --set-section-flags=.ppcenv=contents,alloc,load,data
board/icu862/config.mk
1   -#
2   -# (C) Copyright 2001
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -#
25   -# ICU862 boards
26   -#
27   -
28   -OBJCFLAGS = --set-section-flags=.ppcenv=contents,alloc,load,data
board/ids8247/config.mk
1   -#
2   -# (C) Copyright 2005
3   -# Heiko Schocher, DENX Software Engineering, <hs@denx.de>
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -#
25   -# IDS 8247 Board
26   -#
27   -PLATFORM_CPPFLAGS += -I$(TOPDIR)
board/mpl/pati/config.mk
1   -#
2   -# (C) Copyright 2003
3   -# Martin Winistoerfer, martinwinistoerfer@gmx.ch.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -PLATFORM_CPPFLAGS += -I$(TOPDIR)
board/pm826/config.mk
1   -#
2   -# (C) Copyright 2001-2010
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -#
25   -# MicroSys PM826 board:
26   -#
27   -PLATFORM_CPPFLAGS += -I$(TOPDIR)
board/pm828/config.mk
1   -#
2   -# (C) Copyright 2003-2010
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -#
25   -# MicroSys PM828 board:
26   -#
27   -PLATFORM_CPPFLAGS += -I$(TOPDIR)
board/ppmc7xx/config.mk
1   -#
2   -# (C) Copyright 2005
3   -# Richard Danter, Wind River Systems
4   -#
5   -# (C) Copyright 2000
6   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
7   -#
8   -# See file CREDITS for list of people who contributed to this
9   -# project.
10   -#
11   -# This program is free software; you can redistribute it and/or
12   -# modify it under the terms of the GNU General Public License as
13   -# published by the Free Software Foundation; either version 2 of
14   -# the License, or (at your option) any later version.
15   -#
16   -# This program is distributed in the hope that it will be useful,
17   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
18   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19   -# GNU General Public License for more details.
20   -#
21   -# You should have received a copy of the GNU General Public License
22   -# along with this program; if not, write to the Free Software
23   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
24   -# MA 02111-1307 USA
25   -
26   -TEXT_END = 0xFFF40000
board/ppmc8260/config.mk
1   -#
2   -# (C) Copyright 2000
3   -# Sysgo Real-Time Solutions, GmbH <www.elinos.com>
4   -# Marius Groeger <mgroeger@sysgo.de>
5   -#
6   -# (C) Copyright 2000
7   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
8   -#
9   -# See file CREDITS for list of people who contributed to this
10   -# project.
11   -#
12   -# This program is free software; you can redistribute it and/or
13   -# modify it under the terms of the GNU General Public License as
14   -# published by the Free Software Foundation; either version 2 of
15   -# the License, or (at your option) any later version.
16   -#
17   -# This program is distributed in the hope that it will be useful,
18   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
19   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20   -# GNU General Public License for more details.
21   -#
22   -# You should have received a copy of the GNU General Public License
23   -# along with this program; if not, write to the Free Software
24   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
25   -# MA 02111-1307 USA
26   -#
27   -
28   -#
29   -# MBX8xx boards
30   -#
31   -
32   -TEXT_END = 0xfe080000
board/siemens/SCM/config.mk
1   -#
2   -# (C) Copyright 2001
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -#
25   -# Siemens SCM boards
26   -#
27   -PLATFORM_CPPFLAGS += -I$(TOPDIR)
board/tqc/tqm8260/config.mk
1   -#
2   -# (C) Copyright 2001
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -#
25   -# TQM8260 boards
26   -#
27   -PLATFORM_CPPFLAGS += -I$(TOPDIR)
board/tqc/tqm8272/config.mk
1   -#
2   -# (C) Copyright 2006
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -#
25   -# TQM8272 boards
26   -#
27   -PLATFORM_CPPFLAGS += -I$(TOPDIR)
board/westel/amx860/config.mk
1   -#
2   -# (C) Copyright 2001
3   -# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4   -#
5   -# See file CREDITS for list of people who contributed to this
6   -# project.
7   -#
8   -# This program is free software; you can redistribute it and/or
9   -# modify it under the terms of the GNU General Public License as
10   -# published by the Free Software Foundation; either version 2 of
11   -# the License, or (at your option) any later version.
12   -#
13   -# This program is distributed in the hope that it will be useful,
14   -# but WITHOUT ANY WARRANTY; without even the implied warranty of
15   -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16   -# GNU General Public License for more details.
17   -#
18   -# You should have received a copy of the GNU General Public License
19   -# along with this program; if not, write to the Free Software
20   -# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21   -# MA 02111-1307 USA
22   -#
23   -
24   -OBJCFLAGS = --set-section-flags=.ppcenv=contents,alloc,load,data