OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [fs/] [jffs/] [Makefile] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# Makefile for the linux Journalling Flash FileSystem (JFFS) routines.
3
#
4
# $Id: Makefile,v 1.1.1.1 2004-04-15 01:09:58 phoenix Exp $
5
#
6
# Note! Dependencies are done automagically by 'make dep', which also
7
# removes any old dependencies. DON'T put your own dependencies here
8
# unless it's something special (ie not a .c file).
9
#
10
# Note 2! The CFLAGS definitions are now in the main makefile...
11
 
12
list-multi := jffs.o
13
 
14
jffs-objs := jffs_fm.o intrep.o
15
 
16
ifeq ($(PATCHLEVEL),2)
17
        jffs-objs += inode-v22.o
18
else
19
        jffs-objs += inode-v23.o
20
endif
21
 
22
ifeq ($(CONFIG_JFFS_PROC_FS),y)
23
        jffs-objs += jffs_proc.o
24
endif
25
 
26
O_TARGET := jffs.o
27
 
28
obj-y := $(jffs-objs)
29
obj-m := $(O_TARGET)
30
 
31
include $(TOPDIR)/Rules.make
32
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.