From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/target: device
Date: Mon, 12 Feb 2007 09:42:21 -0800 (PST) [thread overview]
Message-ID: <20070212174221.9F2E6C80C6@busybox.net> (raw)
Author: aldot
Date: 2007-02-12 09:42:18 -0800 (Mon, 12 Feb 2007)
New Revision: 17866
Log:
- revert incorrect parts from sjhill's r17800 and add some more documentation.
Now the kernel as well as /lib/modules are properly included in the final tarball and all other tarroot/genfs targets.
Modified:
trunk/buildroot/target/Makefile.in
trunk/buildroot/target/device/Makefile.in
Changeset:
Modified: trunk/buildroot/target/Makefile.in
===================================================================
--- trunk/buildroot/target/Makefile.in 2007-02-12 14:43:57 UTC (rev 17865)
+++ trunk/buildroot/target/Makefile.in 2007-02-12 17:42:18 UTC (rev 17866)
@@ -1,13 +1,15 @@
# make sure to put everything that is board-specific before the tarroot targets
include target/generic/Makefile.in
+
+# this eventually adds the kernel target to TARGETS:
include target/device/Makefile.in
include target/x86/Makefile.in
include target/arm/Makefile.in
include target/powerpc/Makefile.in
# and finally build the filesystems/tarballs
include target/*/*.mk
+
# kernel rules
-ifeq ($(BR2_PACKAGE_LINUX),y)
-TARGETS+=linux26
-endif
+# We already did add the kernel target to TARGETS and now just pull in the rules
+# to actually build this target.
include target/linux*.mk
Modified: trunk/buildroot/target/device/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Makefile.in 2007-02-12 14:43:57 UTC (rev 17865)
+++ trunk/buildroot/target/device/Makefile.in 2007-02-12 17:42:18 UTC (rev 17866)
@@ -1,3 +1,8 @@
TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl
-include target/device/*/Makefile.in
+
+ifeq ($(BR2_PACKAGE_LINUX),y)
+TARGETS+=linux26
+endif
+
next reply other threads:[~2007-02-12 17:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-12 17:42 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-11 14:40 [Buildroot] svn commit: trunk/buildroot/target: device ulf at uclibc.org
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=20070212174221.9F2E6C80C6@busybox.net \
--to=aldot@uclibc.org \
--cc=buildroot@busybox.net \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox