Subversion Repositories shark

Rev

Rev 1681 | Blame | Compare with Previous | Last modification | View Log | RSS feed

targets:= libfs.a

libfs.a-objs:=          \
        access.o        \
        chdir.o         \
        close.o         \
        closedir.o      \
        dcache.o        \
        dentry.o        \
        fcntl.o         \
        fdevice.o       \
        file.o          \
        fs.o            \
        fstat.o         \
        getcwd.o        \
        getumask.o      \
        inode.o         \
        lseek.o         \
        mount.o         \
        open.o          \
        opendir.o       \
        read.o          \
        readdir.o       \
        rwlock.o        \
        rtc.o           \
        stat.o          \
        super.o         \
        truncate.o      \
        umask.o         \
        umount.o        \
        unlink.o        \
        utime.o         \
        write.o

exported-cppflags:= -D_PARANOIA -DNDEBUG -I$(curdir) \
         -imacros $(srctree)/include/fs/fsconf.h