public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [CPQPHP] Fix build without hotplug
@ 2004-04-16 22:16 Herbert Xu
  2004-04-17  0:31 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Herbert Xu @ 2004-04-16 22:16 UTC (permalink / raw)
  To: Marcelo Tosatti, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

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

[-- Attachment #2: p --]
[-- Type: text/plain, Size: 682 bytes --]

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
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [CPQPHP] Fix build without hotplug
  2004-04-16 22:16 [CPQPHP] Fix build without hotplug Herbert Xu
@ 2004-04-17  0:31 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2004-04-17  0:31 UTC (permalink / raw)
  To: Herbert Xu; +Cc: Marcelo Tosatti, Linux Kernel Mailing List

On Sat, Apr 17, 2004 at 08:16:34AM +1000, Herbert Xu wrote:
> Hi:
> 
> This patch makes cpqphp build without procfs.

Why would you want to do that?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-17  0:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-16 22:16 [CPQPHP] Fix build without hotplug Herbert Xu
2004-04-17  0:31 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox