mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
fs/tmpfs: Add an unfinished implementation of tmpfs
This commit is contained in:
+8
-8
@@ -1,7 +1,7 @@
|
||||
############################################################################
|
||||
# fs/romfs/Make.defs
|
||||
# fs/tmpfs/Make.defs
|
||||
#
|
||||
# Copyright (C) 2008, 2011, 2013 Gregory Nutt. All rights reserved.
|
||||
# Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@@ -33,15 +33,15 @@
|
||||
#
|
||||
############################################################################
|
||||
|
||||
ifeq ($(CONFIG_FS_ROMFS),y)
|
||||
# Files required for ROMFS file system support
|
||||
ifeq ($(CONFIG_FS_TMPFS),y)
|
||||
# Files required for TMPFS file system support
|
||||
|
||||
ASRCS +=
|
||||
CSRCS += fs_romfs.c fs_romfsutil.c
|
||||
CSRCS += fs_tmpfs.c
|
||||
|
||||
# Include ROMFS build support
|
||||
# Include TMPFS build support
|
||||
|
||||
DEPPATH += --dep-path romfs
|
||||
VPATH += :romfs
|
||||
DEPPATH += --dep-path tmpfs
|
||||
VPATH += :tmpfs
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user