forked from oSaiYa/u-boot-sh4-1.3.1_stm23_0043
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsh_config.mk
executable file
·33 lines (31 loc) · 1.28 KB
/
sh_config.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# (C) Copyright 2004-2008
# Andy Sturges, STMicroelectronics, [email protected]
# Sean McGoogan STMicroelectronics, <[email protected]>
#
# See file CREDITS for list of people who contributed to this
# project.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
# Update this for each release.
# The SPEC file will automatically substitute the date
# for actual build number, in the following identifier.
# Regular Expression for string is:
# "stm[2-9][0-9]-[2-9][0-9][0-9][0-9]-[01][0-9]-[0-3][0-9]"
SH_IDENT_STRING="\"stm23_0043\""
PLATFORM_CPPFLAGS += -DCONFIG_SH4 -D__SH4__ -DCONFIG_IDENT_STRING=$(SH_IDENT_STRING)
PLATFORM_LDFLAGS += -n