lkml.org 
[lkml]   [2004]   [Apr]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[CPQPHP] Fix build without hotplug
From
Hi:

This patch makes cpqphp build without procfs.

Cheers,
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Index: drivers/hotplug/Makefile
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.4/drivers/hotplug/Makefile,v
retrieving revision 1.1.1.5
diff -u -r1.1.1.5 Makefile
--- a/drivers/hotplug/Makefile 30 Aug 2003 06:01:37 -0000 1.1.1.5
+++ b/drivers/hotplug/Makefile 16 Apr 2004 22:16:13 -0000
@@ -18,7 +18,6 @@

cpqphp-objs := cpqphp_core.o \
cpqphp_ctrl.o \
- cpqphp_proc.o \
cpqphp_pci.o

ibmphp-objs := ibmphp_core.o \
@@ -36,6 +35,10 @@
cpqphp-objs += cpqphp_nvram.o
endif

+ifeq ($(CONFIG_PROC_FS),y)
+ cpqphp-objs += cpqphp_proc.o
+endif
+

include $(TOPDIR)/Rules.make
\
 
 \ /
  Last update: 2005-03-22 14:02    [W:0.166 / U:0.172 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site