mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-13 22:20:31 +00:00
examples/fdpicxip: Follow the fdpic-embed.py rename.
The two helper scripts this Makefile names gained a file extension when tools/fdpic came into the nuttx tree: checkpatch rejects an executable file that is not .sh, .py or .bat. Assisted-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
This commit is contained in:
parent
4f5adbd346
commit
2946d7961b
1 changed files with 3 additions and 3 deletions
|
|
@ -46,10 +46,10 @@ CPU ?= cortex-m3
|
|||
|
||||
FDPICDIR = $(NUTTX_DIR)/tools/fdpic
|
||||
MODULE_MK = $(FDPICDIR)/nuttx-fdpic.mk
|
||||
EMBED = $(FDPICDIR)/fdpic-embed
|
||||
EMBED = $(FDPICDIR)/fdpic-embed.py
|
||||
|
||||
# Where each generated header goes, and its path from the repository root --
|
||||
# fdpic-embed puts that on line 2, which is what nxstyle wants.
|
||||
# fdpic-embed.py puts that on line 2, which is what nxstyle wants.
|
||||
|
||||
DEMODIR = ..
|
||||
DEMOREL = apps/examples/fdpicxip
|
||||
|
|
@ -127,7 +127,7 @@ lazymod.fdpic: lazymod.c
|
|||
$(BUILD) MODULE=lazymod SRCS=lazymod.c BINDNOW=
|
||||
|
||||
# missingsym is linked with the bare .fdpic target rather than the default
|
||||
# 'verify' one, because it is exactly what fdpic-verify is meant to catch.
|
||||
# 'verify' one, because it is exactly what fdpic-verify.sh is meant to catch.
|
||||
|
||||
missingsym.fdpic: missingsym.c
|
||||
$(BUILD) MODULE=missingsym SRCS=missingsym.c missingsym.fdpic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue