Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
184f1b40
Commit
184f1b40
authored
Jul 11, 2008
by
Wolfgang Denk
Browse files
Fixed some out-of-tree build issues
Signed-off-by:
Wolfgang Denk
<
wd@denx.de
>
parent
9b55a253
Changes
2
Hide whitespace changes
Inline
Side-by-side
board/freescale/m5275evb/Makefile
View file @
184f1b40
...
...
@@ -31,7 +31,7 @@ SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS
:=
$(
addprefix
$(obj)
,
$(COBJS)
)
SOBJS
:=
$(
addprefix
$(obj)
,
$(SOBJS)
)
$(LIB)
:
.depend $(OBJS)
$(LIB)
:
$(obj)
.depend $(OBJS)
$(AR)
$(ARFLAGS)
$@
$(OBJS)
#########################################################################
...
...
tools/gdb/Makefile
View file @
184f1b40
...
...
@@ -47,7 +47,7 @@ HOSTOS := $(shell uname -s | sed -e 's/\([Cc][Yy][Gg][Ww][Ii][Nn]\).*/cygwin/')
ifeq
($(HOSTOS),cygwin)
all
:
.depend
:
$(obj)
.depend
:
else
# ! CYGWIN
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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