summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRamesh Thomas <ramesh.thomas@intel.com>2016-07-25 16:20:54 -0700
committerRamesh Thomas <ramesh.thomas@intel.com>2016-08-01 16:46:38 -0700
commitcc74572c5be92e5fdc30aac4208f94067ad7d99c (patch)
treef750708393a0965dd1f1e0ba62f70307f53a3bfd /Makefile
parent573b7420d46342e4ed263681760a616685ff96cc (diff)
fs: Adds diskio interface
Adds the diskio interface for the FAT file system. This revision uses RAM to emulate disk storage. Origin: Original Jira: ZEP-285 Change-Id: I7a30c8761d5ed9b564f1d1e08482c5ef199d7372 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9fb9045f0..bdd51fa77 100644
--- a/Makefile
+++ b/Makefile
@@ -518,7 +518,7 @@ scripts: scripts_basic include/config/auto.conf include/config/tristate.conf
# arch/ must be last here so that .gnu.linkonce magic for interrupts/exceptions
# works as expected
-core-y := lib/ kernel/ misc/ net/ boards/ ext/ usb/ arch/
+core-y := lib/ kernel/ misc/ net/ boards/ ext/ usb/ fs/ arch/
drivers-y := drivers/
ifneq ($(strip $(MAKEFILE_APP_DIR)),)