mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+7
-2
@@ -1,7 +1,7 @@
|
||||
############################################################################
|
||||
# fs/mmap/Make.defs
|
||||
#
|
||||
# Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||
# Copyright (C) 2011, 2013 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@@ -40,4 +40,9 @@ ifeq ($(CONFIG_FS_RAMMAP),y)
|
||||
CSRCS += fs_munmap.c fs_rammap.c
|
||||
endif
|
||||
|
||||
MMAPDEPPATH = --dep-path mmap
|
||||
# Include MMAP build support
|
||||
|
||||
DEPPATH += --dep-path mmap
|
||||
VPATH += :mmap
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)fs$(DELIM)mmap}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user