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:
Marco Casaroli 2026-08-04 09:42:33 +02:00 committed by Xiang Xiao
parent 4f5adbd346
commit 2946d7961b

View file

@ -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