From: ASA <llb@udm.ru>
To: Shrek <community@altlinux.ru>
Subject: Re[2]: [Comm] Перекомпиляция ядра
Date: Fri, 27 Jun 2003 23:39:33 +0500
Message-ID: <5910966849.20030627233933@udm.ru> (raw)
In-Reply-To: <3EFC891C.9010407@progroup.ru>
Hello Shrek,
Friday, June 27, 2003, 11:12:44 PM, you wrote:
>> module.o: module1.o module2.o module3.o
>> $(LD) -r $^ -o $@
S> pwc-ctrl.c
S> pwc-ioctl.h
S> pwc_nala.h
S> pwc-uncompress.h
S> pwc.h
S> pwc_kiara.h
S> pwc_timon.h
S> pwc-if.c
S> pwc-misc.c
S> pwc-uncompress.c
S> в итоге должен получиться один модуль - pwc.o
==== начало предлагаемого Makefile
KERNELDIR = /usr/src/kernel-2.4.20/
include $(KERNELDIR)/.config
CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O2 -Wall
ifdef CONFIG_SMP
CFLAGS += -D__SMP__ -DSMP
endif
all: pwc.o
clean:
rm -f *.o *~ core
pwc.o: pwc-ctrl.o pwc-if.o pwc-misc.o pwc-uncompress.o
$(LD) -r $^ -o $@
==== конец предлагаемого Makefile
Там, где отступ в 8 символов - читать не пробел, а tab
(очень важный нюанс)
для компиляции этого хватит. Если планируется еще и
редактировать .h файлы между компиляциями, то перемежать их
(компиляции) либо make clean, либо добавить зависимости что-то типа
pwc-ctrl.o: pwc-ctrl.c pwc-ioctl.h pwc_nala.h \
pwc-uncompress.h pwc.h pwc_kiara.h pwc_timon.h
pwc-if.o: pwc-if.c pwc-ioctl.h pwc_nala.h \
pwc-uncompress.h pwc.h pwc_kiara.h pwc_timon.h
pwc-misc.o: pwc-misc.c pwc-ioctl.h pwc_nala.h \
pwc-uncompress.h pwc.h pwc_kiara.h pwc_timon.h
pwc-uncompress.o: pwc-uncompress.c pwc-ioctl.h pwc_nala.h \
pwc-uncompress.h pwc.h pwc_kiara.h pwc_timon.h
Но думаю, в данном случае это будет лишнее.
--
Best regards,
ASA mailto:llb@udm.ru
next prev parent reply other threads:[~2003-06-27 18:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-26 13:08 Shrek
2003-06-26 9:22 ` Maxim.Savrilov
2003-06-26 14:57 ` Shrek
2003-06-26 17:47 ` Re[2]: " ASA
2003-06-27 9:56 ` Shrek
2003-06-27 14:21 ` Re[2]: " ASA
2003-06-27 18:39 ` ASA [this message]
2003-06-27 19:28 ` Shrek
2003-06-28 3:42 ` Re[2]: " ASA
2003-06-28 7:25 ` Shrek
2003-06-28 17:11 ` [Comm] ðÅÒÅËÏÍÐÉÌÑÃÉÑ ÑÄÒÁ Ed V. Bartosh
2003-06-28 18:39 ` [Comm] Перекомпиляция ядра Shrek
2003-06-28 17:36 ` Gleb Kulikov
2003-06-28 7:26 ` Shrek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5910966849.20030627233933@udm.ru \
--to=llb@udm.ru \
--cc=community@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git