mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
binfmt/: Fix FLAT build with BUILTIN support. Fixes problems introduced in a recent commit.
This commit is contained in:
parent
cb340cbfdb
commit
4227d2aaa5
2 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,7 @@ endif
|
|||
# Builtin application interfaces
|
||||
|
||||
ifeq ($(CONFIG_BUILTIN),y)
|
||||
CSRCS += builtin.c
|
||||
BINFMT_CSRCS += builtin.c
|
||||
endif
|
||||
|
||||
# Add configured binary modules
|
||||
|
|
|
@ -45,6 +45,8 @@
|
|||
#include <nuttx/binfmt/nxflat.h>
|
||||
#include <nuttx/lib/builtin.h>
|
||||
|
||||
#include "binfmt.h"
|
||||
|
||||
#ifndef CONFIG_BINFMT_DISABLE
|
||||
|
||||
/****************************************************************************
|
||||
|
|
Loading…
Reference in a new issue