mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 12:42:21 +08:00
binfmt/: Fix FLAT build with BUILTIN support. Fixes problems introduced in a recent commit.
This commit is contained in:
committed by
Gregory Nutt
parent
cb340cbfdb
commit
4227d2aaa5
@@ -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
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user