From 7f5d8dfffe350abaf739fb9c0936a29d3fd8d41e Mon Sep 17 00:00:00 2001 From: anchao Date: Tue, 4 Sep 2018 08:05:31 -0600 Subject: [PATCH] apps/: Fix build break in case sama5d4-ek/elf configuration. Also fix a patch problem in mkromfsimg.h. --- examples/elf/Makefile | 2 +- tools/mkromfsimg.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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