From 5a0722f9d657233ed85bdcf75a9a14ea321a1a28 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 17 Jun 2009 21:15:31 +0000 Subject: Straighten out conditional compilation git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1896 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/binfmt/nxflat.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/binfmt/nxflat.c') diff --git a/nuttx/binfmt/nxflat.c b/nuttx/binfmt/nxflat.c index 94b15a32c..e9c2b9961 100644 --- a/nuttx/binfmt/nxflat.c +++ b/nuttx/binfmt/nxflat.c @@ -49,6 +49,8 @@ #include #include +#ifdef CONFIG_NXFLAT + /**************************************************************************** * Pre-processor Definitions ****************************************************************************/ @@ -235,3 +237,5 @@ void nxflat_uninitialize(void) unregister_binfmt(&g_nxflatbinfmt); } +#endif /* CONFIG_NXFLAT */ + -- cgit v1.2.3