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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [fs/] [proc/] [Makefile] - Rev 79

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

#
# Makefile for the Linux proc filesystem routines.
#

obj-$(CONFIG_PROC_FS) += proc.o

proc-y                  := nommu.o task_nommu.o
proc-$(CONFIG_MMU)      := mmu.o task_mmu.o

proc-y       += inode.o root.o base.o generic.o array.o \
                proc_tty.o proc_misc.o

proc-$(CONFIG_PROC_SYSCTL)      += proc_sysctl.o
proc-$(CONFIG_NET)              += proc_net.o
proc-$(CONFIG_PROC_KCORE)       += kcore.o
proc-$(CONFIG_PROC_VMCORE)      += vmcore.o
proc-$(CONFIG_PROC_DEVICETREE)  += proc_devtree.o
proc-$(CONFIG_PRINTK)   += kmsg.o

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

powered by: WebSVN 2.1.0

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