Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261575AbUKOL7m (ORCPT ); Mon, 15 Nov 2004 06:59:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261578AbUKOL7Q (ORCPT ); Mon, 15 Nov 2004 06:59:16 -0500 Received: from hera.cwi.nl ([192.16.191.8]:14798 "EHLO hera.cwi.nl") by vger.kernel.org with ESMTP id S261575AbUKOL6z (ORCPT ); Mon, 15 Nov 2004 06:58:55 -0500 Date: Mon, 15 Nov 2004 12:58:44 +0100 (MET) From: Message-Id: <200411151158.iAFBwi613920@apps.cwi.nl> To: akpm@osdl.org, hch@lst.de, torvalds@osdl.org Subject: [PATCH] appletalk Makefile Cc: linux-kernel@vger.kernel.org, linux-net@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 710 Lines: 18 There is no dev.c in net/appletalk. diff -uprN -X /linux/dontdiff a/net/appletalk/Makefile b/net/appletalk/Makefile --- a/net/appletalk/Makefile 2004-11-15 11:44:20.000000000 +0100 +++ b/net/appletalk/Makefile 2004-11-15 12:47:12.000000000 +0100 @@ -4,6 +4,6 @@ obj-$(CONFIG_ATALK) += appletalk.o -appletalk-y := aarp.o ddp.o dev.o +appletalk-y := aarp.o ddp.o appletalk-$(CONFIG_PROC_FS) += atalk_proc.o appletalk-$(CONFIG_SYSCTL) += sysctl_net_atalk.o - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/