binfmt/: Fix FLAT build with BUILTIN support. Fixes problems introduced in a recent commit.
This commit is contained in:
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
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user