Makefile.html

Additions are indicated as appropriate.

       
    1  # Makefile -- Contains the makefile from fs/proc, together with modifications 
    2  #   to support AllocInfo.
    3  # Copyright C2009 by EQware Engineering, Inc.
    4  #
    5  #    Makefile is part of AllocInfo.
    6  #
    7  #    AllocInfo is free software: you can redistribute it and/or modify
    8  #    it under the terms of version 3 of the GNU General Public License
    9  #    as published by the Free Software Foundation
   10  #
   11  #    AllocInfo is distributed in the hope that it will be useful,
   12  #    but WITHOUT ANY WARRANTY; without even the implied warranty of
   13  #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   14  #    GNU General Public License for more details.
   15  #
   16  #    You should have received a copy of the GNU General Public License
   17  #    along with AllocInfo.  If not, see http://www.gnu.or/licenses. 
   18  #
   19  ######################################################################
   20  
   21  #
   22  # Makefile for the Linux proc filesystem routines.
   23  #
   24  
   25  obj-$(CONFIG_PROC_FS) += proc.o
   26  
   27  proc-y                  := nommu.o task_nommu.o
   28  proc-$(CONFIG_MMU)      := mmu.o task_mmu.o
   29  
   30  proc-y       += inode.o root.o base.o generic.o array.o \
   31                  proc_tty.o
   32  proc-y  += allocinfo.o
   33  proc-y  += cmdline.o
   34  proc-y  += cpuinfo.o
   35  proc-y  += devices.o
   36  proc-y  += interrupts.o
   37  proc-y  += loadavg.o
   38  proc-y  += meminfo.o
   39  proc-y  += stat.o
   40  proc-y  += uptime.o
   41  proc-y  += version.o
   42  proc-$(CONFIG_PROC_SYSCTL)      += proc_sysctl.o
   43  proc-$(CONFIG_NET)              += proc_net.o
   44  proc-$(CONFIG_PROC_KCORE)       += kcore.o
   45  proc-$(CONFIG_PROC_VMCORE)      += vmcore.o
   46  proc-$(CONFIG_PROC_DEVICETREE)  += proc_devtree.o
   47  proc-$(CONFIG_PRINTK)   += kmsg.o
   48  proc-$(CONFIG_PROC_PAGE_MONITOR)        += page.o