summaryrefslogtreecommitdiffstats
path: root/fs/yaffs2/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-08-14 14:41:06 +0200
committerWolfgang Denk <wd@denx.de>2008-08-14 14:41:06 +0200
commit4b0708093e15b412296328bf81325cf9b69fe512 (patch)
tree3586fc61e3fbac6553d888eb3091fb6064638cbb /fs/yaffs2/Makefile
parent28ac6719108e989429de2b3dfa90312ba7c4d27b (diff)
downloadtalos-obmc-uboot-4b0708093e15b412296328bf81325cf9b69fe512.tar.gz
talos-obmc-uboot-4b0708093e15b412296328bf81325cf9b69fe512.zip
Coding Style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'fs/yaffs2/Makefile')
-rw-r--r--fs/yaffs2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/yaffs2/Makefile b/fs/yaffs2/Makefile
index ab8b27f1da..a2ef5e22f6 100644
--- a/fs/yaffs2/Makefile
+++ b/fs/yaffs2/Makefile
@@ -31,7 +31,7 @@ SRCS := $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS-y))
# -DCONFIG_YAFFS_NO_YAFFS1
-CFLAGS += -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -DCONFIG_YAFFS_YAFFS2 -DNO_Y_INLINE -DLINUX_VERSION_CODE=0x20622
+CFLAGS += -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -DCONFIG_YAFFS_YAFFS2 -DNO_Y_INLINE -DLINUX_VERSION_CODE=0x20622
all: $(LIB)
@@ -53,4 +53,3 @@ include $(SRCTREE)/rules.mk
sinclude $(obj).depend
#########################################################################
-
OpenPOWER on IntegriCloud