Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FPGA Configuration Space
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
FPGA Configuration Space
Commits
2464318a
Commit
2464318a
authored
13 years ago
by
Manohar Vanga
Browse files
Options
Downloads
Patches
Plain Diff
simulation: add warnings to firmware makefile
Signed-off-by:
Manohar Vanga
<
manohar.vanga@cern.ch
>
parent
dc9f935a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
simulation/fw/Makefile
+2
-2
2 additions, 2 deletions
simulation/fw/Makefile
with
2 additions
and
2 deletions
simulation/fw/Makefile
+
2
−
2
View file @
2464318a
CFLAGS
+=
-I
../include
CFLAGS
+=
-I
../include
-Wall
-Wextra
all
:
wb_cfggen
wb_cfggen
:
wb_cfggen.o
gcc
wb_cfggen.o
-o
wb_cfggen
$(
CC
)
$(
CFLAGS
)
wb_cfggen.o
-o
wb_cfggen
clean
:
rm
-rf
wb_cfggen
*
.o
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment