Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Commits
c53b897b
Commit
c53b897b
authored
5 years ago
by
schneider
Browse files
Options
Downloads
Patches
Plain Diff
stub global makefile
parent
066c6d7d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+27
-0
27 additions, 0 deletions
Makefile
with
27 additions
and
0 deletions
Makefile
0 → 100644
+
27
−
0
View file @
c53b897b
#TARGET = max32665
#COMPILER = GCC
#export TARGET
#export COMPILER
all
:
sdk subdirs
travis
:
$(
MAKE
)
ADDFLAGS
=
-Werror
lib subdirs
subdirs
:
$(
MAKE
)
-C
bootloader
sdk/Libraries/MAX32665PeriphDriver/Build/PeriphDriver.a
:
# $(MAKE) -C sdk/Libraries/MAX32665PeriphDriver
sdk/Libraries/MAXUSB/Build/maxusb.a
:
# $(MAKE) -C sdk/Libraries/MAXUSB
sdk
:
sdk/Libraries/MAX32665PeriphDriver/Build/PeriphDriver.a sdk/Libraries/MAXUSB/Build/maxusb.a
clean
:
$(
MAKE
)
-C
bootloader clean
# $(MAKE) -C sdk/Libraries/MAX32665PeriphDriver clean
# $(MAKE) -C sdk/Libraries/MAXUSB clean
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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