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
3243eb11
Commit
3243eb11
authored
Aug 23, 2016
by
Christian Eichler
Browse files
Rename bench_start to xmccomm
parent
2dfcf9d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3243eb11
...
...
@@ -68,7 +68,7 @@ OBJS = $(SRC:.c=.o)
OBJS
+=
src/System_
$(UC)
.o
#### Rules ####
all
:
$(OBJS) xmc
bench_start
all
:
$(OBJS) xmc
xmccomm
src/System_$(UC).o
:
$(CMSIS_SRC)
$(CC)
-c
$(CFLAGS)
$<
-o
$@
...
...
@@ -103,8 +103,8 @@ fastgdb:
sleep
1
make gdb
bench_start
:
bench_start
.c
gcc
-g
bench_start.c
-o
bench_start
xmccomm
:
xmccomm
.c
gcc
-g
xmccomm.c
-o
xmccomm
clean
:
rm
-f
src/
*
.o src/
*
.d bin/
*
bench_start
.c
→
xmccomm
.c
View file @
3243eb11
File moved
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