Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
magic-lantern
magic-lantern
Commits
221152120589
Commit
5dc2c6ea
authored
Jul 14, 2017
by
alex@thinkpad
Browse files
Makefile: workaround to unbreak the builds
(how to fix it properly?) --HG-- branch : unified
parent
e0c1b48a2558
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/Makefile.platform.base
View file @
22115212
...
...
@@ -15,7 +15,8 @@ include $(PLATFORM_PATH)/Makefile.platform.map
ifndef
FW_VERSION
FW_VERSION
=
$(
call
platform_version,
$(MODEL)
)
ifeq
($(FW_VERSION),)
$(error
FW_VERSION
is
not
defined)
# fixme: this triggers when running make clean from platform dir; how to avoid?
$(warning
FW_VERSION
is
not
defined)
endif
endif
...
...
Write
Preview
Markdown
is supported
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