apps/: Fix build break in case sama5d4-ek/elf configuration. Also fix a patch problem in mkromfsimg.h.

This commit is contained in:
anchao 2018-09-04 08:05:31 -06:00 committed by Gregory Nutt
parent 496dd934cb
commit 7f5d8dfffe
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ ROOTDEPPATH := --dep-path tests
VPATH += :tests VPATH += :tests
context:: tests/symtab.c:
@$(MAKE) -C tests TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV) @$(MAKE) -C tests TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
clean:: clean::

View File

@ -47,7 +47,7 @@ fi
# Environmental stuff # Environmental stuff
topdir=$PWD topdir=$PWD
fsdir=${topdir}/bin fsdir=${topdir}/exe/system
romfsimg=romfs.img romfsimg=romfs.img
headerfile=boot_romfsimg.h headerfile=boot_romfsimg.h