Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
cde02935
Commit
cde02935
authored
Jul 22, 2008
by
薛德章
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove yaffs2_utils from kernel build
parent
76ee471f
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
1166 deletions
+0
-1166
fs/yaffs2/utils/Makefile
fs/yaffs2/utils/Makefile
+0
-56
fs/yaffs2/utils/mkyaffs2image.c
fs/yaffs2/utils/mkyaffs2image.c
+0
-520
fs/yaffs2/utils/mkyaffsimage.c
fs/yaffs2/utils/mkyaffsimage.c
+0
-590
No files found.
fs/yaffs2/utils/Makefile
deleted
100644 → 0
View file @
76ee471f
#Makefile for mkyaffs
#
# NB this is not yet suitable for putting into the kernel tree.
# YAFFS: Yet another Flash File System. A NAND-flash specific file system.
#
# Copyright (C) 2002 Aleph One Ltd.
# for Toby Churchill Ltd and Brightstar Engineering
#
# Created by Charles Manning <charles@aleph1.co.uk>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
## Change or override KERNELDIR to your kernel
#KERNELDIR = /usr/src/kernel-headers-2.4.18
CFLAGS
=
-I
/usr/include
-I
..
-O2
-Wall
-DCONFIG_YAFFS_UTIL
CFLAGS
+=
-Wshadow
-Wpointer-arith
-Wwrite-strings
-Wstrict-prototypes
-Wmissing-declarations
CFLAGS
+=
-Wmissing-prototypes
-Wredundant-decls
-Wnested-externs
-Winline
## Change if you are using a cross-compiler
MAKETOOLS
=
CC
=
$(MAKETOOLS)
gcc
COMMONLINKS
=
yaffs_ecc.c
COMMONOBJS
=
$(COMMONLINKS:.c=.o)
MKYAFFSSOURCES
=
mkyaffsimage.c
MKYAFFSIMAGEOBJS
=
$(MKYAFFSSOURCES:.c=.o)
MKYAFFS2SOURCES
=
mkyaffs2image.c
MKYAFFS2LINKS
=
yaffs_packedtags2.c yaffs_tagsvalidity.c
MKYAFFS2IMAGEOBJS
=
$(MKYAFFS2SOURCES:.c=.o)
$(MKYAFFS2LINKS:.c=.o)
all
:
mkyaffsimage mkyaffs2image
$(COMMONLINKS) $(MKYAFFSLINKS) $(MKYAFFS2LINKS)
:
ln
-s
../
$@
$@
$(COMMONOBJS) $(MKYAFFSIMAGEOBJS) $(MKYAFFS2IMAGEOBJS)
:
%.o: %.c
$(CC)
-c
$(CFLAGS)
$<
-o
$@
mkyaffsimage
:
$(COMMONOBJS) $(MKYAFFSIMAGEOBJS)
$(CC)
-o
$@
$(COMMONOBJS)
$(MKYAFFSIMAGEOBJS)
mkyaffs2image
:
$(COMMONOBJS) $(MKYAFFS2IMAGEOBJS)
$(CC)
-o
$@
$(COMMONOBJS)
$(MKYAFFS2IMAGEOBJS)
install
:
mkyaffs2image
@
install
-p
mkyaffs2image
${PRJROOT}
/images/
>
/dev/null
clean
:
rm
-f
$(COMMONOBJS)
$(MKYAFFSIMAGEOBJS)
$(MKYAFFS2IMAGEOBJS)
$(COMMONLINKS)
$(MKYAFFSLINKS)
$(MKYAFFS2LINKS)
mkyaffsimage mkyaffs2image core
fs/yaffs2/utils/mkyaffs2image.c
deleted
100644 → 0
View file @
76ee471f
This diff is collapsed.
Click to expand it.
fs/yaffs2/utils/mkyaffsimage.c
deleted
100644 → 0
View file @
76ee471f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment