Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gene
xmc4500-relax-linux
Commits
7647dee8
Commit
7647dee8
authored
Jan 16, 2017
by
Christian Eichler
Browse files
Remove unused flash/* makefile target
parent
b6e9f221
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
7647dee8
.PHONY
:
flash/ids_% flash/bch_%
reset_%
.PHONY
:
reset_%
#### Setup ####
XMC
=
$(
shell
pwd
)
/XMC
...
...
@@ -88,20 +88,6 @@ bin/ids_%.axf: $(OBJS) bin/startup_XMC4500.o bin/ids_%.o
%.bin
:
%.axf
$(CP)
$(CPFLAGS)
$^
$@
flash/ids_%
:
bin/ids_%.bin
echo
"connect
\n\
loadbin
$<
0x8000000
\n\
r
\n\
g
\n\
exit
\n
"
|
$(JLINK)
$(JLFLAGS)
-SelectEmuBySN
$*
flash/bch_%
:
bin/xmc.bin
echo
"connect
\n\
loadbin bin/xmc.bin 0x8000000
\n\
r
\n\
g
\n\
exit
\n
"
|
$(JLINK)
$(JLFLAGS)
-SelectEmuBySN
$*
bin/xmc.axf
:
$(OBJS_MAIN) bin/startup_XMC4500.o gene.o
mkdir
-p
bin
@
echo
LD
$<
...
...
Write
Preview
Supports
Markdown
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