Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
cm-projects
RIOT
Commits
268e763d
Commit
268e763d
authored
7 years ago
by
Kaspar Schleiser
Browse files
Options
Downloads
Patches
Plain Diff
make: move mcuboot related stuff to makefiles/mcuboot.mk
parent
2c19595b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.include
+2
-2
2 additions, 2 deletions
Makefile.include
cpu/cortexm_common/Makefile.include
+0
-2
0 additions, 2 deletions
cpu/cortexm_common/Makefile.include
makefiles/mcuboot.mk
+2
-0
2 additions, 0 deletions
makefiles/mcuboot.mk
with
4 additions
and
4 deletions
Makefile.include
+
2
−
2
View file @
268e763d
...
@@ -567,6 +567,6 @@ CFLAGS := $(patsubst -D%,,$(CFLAGS))
...
@@ -567,6 +567,6 @@ CFLAGS := $(patsubst -D%,,$(CFLAGS))
CFLAGS
:=
$(
patsubst
-U
%,,
$(
CFLAGS
))
CFLAGS
:=
$(
patsubst
-U
%,,
$(
CFLAGS
))
CFLAGS
+=
-include
'
$(
RIOTBUILD_CONFIG_HEADER_C
)
'
CFLAGS
+=
-include
'
$(
RIOTBUILD_CONFIG_HEADER_C
)
'
# include m
ultisl
ot support
# include m
cubo
ot support
include
$(RIOTMAKE)/m
ultisl
ot.mk
include
$(RIOTMAKE)/m
cubo
ot.mk
endif
# BOARD=none
endif
# BOARD=none
This diff is collapsed.
Click to expand it.
cpu/cortexm_common/Makefile.include
+
0
−
2
View file @
268e763d
# include module specific includes
# include module specific includes
INCLUDES
+=
-I
$(
RIOTCPU
)
/cortexm_common/include
INCLUDES
+=
-I
$(
RIOTCPU
)
/cortexm_common/include
INCLUDES
+=
-I
$(
RIOTCPU
)
/cortexm_common/include/vendor
INCLUDES
+=
-I
$(
RIOTCPU
)
/cortexm_common/include/vendor
export
IMAGE_HDR_SIZE
?=
512
This diff is collapsed.
Click to expand it.
makefiles/m
ultisl
ot.mk
→
makefiles/m
cubo
ot.mk
+
2
−
0
View file @
268e763d
...
@@ -11,6 +11,8 @@ MCUBOOT_BIN ?= $(BINDIR)/mcuboot.bin
...
@@ -11,6 +11,8 @@ MCUBOOT_BIN ?= $(BINDIR)/mcuboot.bin
MCUBOOT_BIN_URL
?=
http://download.riot-os.org/mynewt.mcuboot.bin
MCUBOOT_BIN_URL
?=
http://download.riot-os.org/mynewt.mcuboot.bin
MCUBOOT_BIN_MD5
?=
0c71a0589bd3709fc2d90f07a0035ce7
MCUBOOT_BIN_MD5
?=
0c71a0589bd3709fc2d90f07a0035ce7
export
IMAGE_HDR_SIZE
?=
512
create-key
:
$(MCUBOOT_KEYFILE)
create-key
:
$(MCUBOOT_KEYFILE)
ifeq
($(BINDIR)/key.pem,$(MCUBOOT_KEYFILE))
ifeq
($(BINDIR)/key.pem,$(MCUBOOT_KEYFILE))
...
...
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