diff --git a/examples/elf/Makefile b/examples/elf/Makefile index 3ae3d4e08..fa688b911 100644 --- a/examples/elf/Makefile +++ b/examples/elf/Makefile @@ -50,7 +50,7 @@ ROOTDEPPATH := --dep-path tests VPATH += :tests -context:: +tests/symtab.c: @$(MAKE) -C tests TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV) clean:: diff --git a/tools/mkromfsimg.sh b/tools/mkromfsimg.sh index 181a5418e..a653b5dd3 100755 --- a/tools/mkromfsimg.sh +++ b/tools/mkromfsimg.sh @@ -47,7 +47,7 @@ fi # Environmental stuff topdir=$PWD -fsdir=${topdir}/bin +fsdir=${topdir}/exe/system romfsimg=romfs.img headerfile=boot_romfsimg.h