]> rtime.felk.cvut.cz Git - omk.git/commitdiff
NuttX: adjust location of builtin.h when PiKRON's changes has been accepted to mainline.
authorPavel Pisa <ppisa@pikron.com>
Thu, 29 Aug 2019 09:27:59 +0000 (11:27 +0200)
committerPavel Pisa <ppisa@pikron.com>
Thu, 29 Aug 2019 09:27:59 +0000 (11:27 +0200)
Signed-off-by: Pavel Pisa <ppisa@pikron.com>
snippets/nuttx-compile.omk

index 510cf965643b02d779c75cb4d093c48ceed5c930..1f106672e3e404cff1112fb8071c983865aa44d6 100644 (file)
@@ -157,7 +157,7 @@ $(1)_BUILTINTABLE = $(OBJS_DIR)/$(1)-builtintab.c
 $$($(1)_BUILTINTABLE): $$($(1)_PROGBUILTIN_PDAT) $$($(1)_PROGBUILTIN_BDAT)
        $(Q) cat $$($(1)_PROGBUILTIN_PDAT) >$$@
        $(Q) echo "#include <nuttx/config.h>" >>$$@
-       $(Q) echo "#include <nuttx/binfmt/builtin.h>" >>$$@
+       $(Q) echo "#include <nuttx/lib/builtin.h>" >>$$@
        $(Q) echo "const struct builtin_s g_builtins[] = {" >>$$@
        $(Q) cat $$($(1)_PROGBUILTIN_BDAT) >>$$@
        $(Q) echo "{ NULL, 0, 0, 0 }};" >>$$@