Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot: target/device target/device/x86
Date: Mon, 29 Jan 2007 16:58:18 -0800 (PST)	[thread overview]
Message-ID: <20070130005818.08AD148561@busybox.net> (raw)

Author: aldot
Date: 2007-01-29 16:58:18 -0800 (Mon, 29 Jan 2007)
New Revision: 17665

Log:
- generalize the menuconfig linux kernel support
- simplify toplevel mkdir rules a tiny bit


Modified:
   trunk/buildroot/Makefile
   trunk/buildroot/target/device/Config.in
   trunk/buildroot/target/device/x86/Config.in
   trunk/buildroot/target/device/x86/Makefile.in


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2007-01-30 00:44:41 UTC (rev 17664)
+++ trunk/buildroot/Makefile	2007-01-30 00:58:18 UTC (rev 17665)
@@ -88,15 +88,9 @@
 # dependencies anywhere else
 #
 #############################################################
-$(DL_DIR):
-	@mkdir -p $(DL_DIR)
+$(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR):
+	@mkdir -p $@
 
-$(BUILD_DIR):
-	@mkdir -p $(BUILD_DIR)
-
-$(TOOL_BUILD_DIR):
-	@mkdir -p $(TOOL_BUILD_DIR)
-
 $(STAGING_DIR):
 	@mkdir -p $(STAGING_DIR)/lib
 	@mkdir -p $(STAGING_DIR)/include

Modified: trunk/buildroot/target/device/Config.in
===================================================================
--- trunk/buildroot/target/device/Config.in	2007-01-30 00:44:41 UTC (rev 17664)
+++ trunk/buildroot/target/device/Config.in	2007-01-30 00:58:18 UTC (rev 17665)
@@ -1,5 +1,20 @@
 menu "Board Support Options"
 
+config BR2_TARGET_GENERIC
+	bool "linux kernel"
+	default n
+	select BR2_PACKAGE_LINUX
+	help
+	  Architecture or board dependant linux kernel.
+
+config BR2_PACKAGE_LINUX
+	bool "linux"
+	default n
+	depends BR2_TARGET_GENERIC
+	help
+	  The Linux kernel.
+	  http://www.kernel.org/
+
 source "target/device/AMD/Config.in"
 source "target/device/Atmel/Config.in"
 source "target/device/Hitachi/Config.in"

Modified: trunk/buildroot/target/device/x86/Config.in
===================================================================
--- trunk/buildroot/target/device/x86/Config.in	2007-01-30 00:44:41 UTC (rev 17664)
+++ trunk/buildroot/target/device/x86/Config.in	2007-01-30 00:58:18 UTC (rev 17665)
@@ -1,22 +1,6 @@
 comment "Generic x86 Device Support"
 	depends BR2_i386
 
-config BR2_TARGET_X86_GENERIC
-	bool "Generic x86 support"
-	depends BR2_i386
-	default n
-	select BR2_PACKAGE_LINUX
-	help
-	  Generic x86 support.
-
 comment "Package support"
 	depends BR2_TARGET_AMD_ALCHEMY
 
-config BR2_PACKAGE_LINUX
-	bool "linux"
-	default n
-	depends BR2_TARGET_X86_GENERIC
-	help
-	  The Linux kernel.
-	  http://www.kernel.org/
-

Modified: trunk/buildroot/target/device/x86/Makefile.in
===================================================================
--- trunk/buildroot/target/device/x86/Makefile.in	2007-01-30 00:44:41 UTC (rev 17664)
+++ trunk/buildroot/target/device/x86/Makefile.in	2007-01-30 00:58:18 UTC (rev 17665)
@@ -1,3 +1,3 @@
-ifeq ($(strip $(BR2_TARGET_X86_GENERIC)),y)
+ifeq ($(strip $(BR2_TARGET_GENERIC)),y)
 include target/device/x86/i386/Makefile.in
 endif

                 reply	other threads:[~2007-01-30  0:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20070130005818.08AD148561@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