Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
03c6cd39
Commit
03c6cd39
authored
Apr 26, 2008
by
Kumar Gala
Committed by
Wolfgang Denk
Apr 28, 2008
Browse files
post: Fix building with O=
Signed-off-by:
Kumar Gala
<
galak@kernel.crashing.org
>
parent
fd7531c1
Changes
3
Hide whitespace changes
Inline
Side-by-side
post/Makefile
View file @
03c6cd39
...
...
@@ -22,7 +22,7 @@
#
include
$(TOPDIR)/config.mk
include
$(
TOPDIR
)/include/autoconf.mk
include
$(
OBJTREE
)/include/autoconf.mk
LIB
=
libpost.a
GPLIB-$(CONFIG_HAS_POST)
+=
libgenpost.a
...
...
@@ -38,8 +38,8 @@ SPLIB-$(CONFIG_HAS_POST) += $(shell if [ -d cpu/$(CPU) ]; then echo \
SPLIB-$(CONFIG_HAS_POST)
+=
$(
shell
if
[
-d
board/
$(BOARD)
]
;
then
echo
\
"board/
$(BOARD)
/libpost
$(BOARD)
.a"
;
fi
)
GPLIB
:=
$
(
GPLIB-y
)
SPLIB
:=
$
(
SPLIB-y
)
GPLIB
:=
$(
addprefix
$(obj)
,
$
(
GPLIB-y
)
)
SPLIB
:=
$(
addprefix
$(obj)
,
$
(
SPLIB-y
)
)
COBJS
:=
$
(
COBJS-y
)
SRCS
:=
$(SOBJS:.o=.S)
$(COBJS:.o=.c)
OBJS
:=
$(
addprefix
$(obj)
,
$(COBJS)
)
...
...
post/board/lwmon5/Makefile
View file @
03c6cd39
...
...
@@ -20,7 +20,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
include
$(
TOPDIR
)/include/autoconf.mk
include
$(
OBJTREE
)/include/autoconf.mk
LIB
=
libpostlwmon5.a
...
...
post/cpu/ppc4xx/Makefile
View file @
03c6cd39
...
...
@@ -20,7 +20,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
include
$(
TOPDIR
)/include/autoconf.mk
include
$(
OBJTREE
)/include/autoconf.mk
LIB
=
libpostppc4xx.a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment