[Buildroot] svn commit: trunk/buildroot/target/device: x86

aldot at uclibc.org aldot at uclibc.org
Fri Dec 22 10:39:56 UTC 2006


Author: aldot
Date: 2006-12-22 02:39:56 -0800 (Fri, 22 Dec 2006)
New Revision: 17042

Log:
- move setting the TARGET_DEVICE_DEPMOD up one level


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


Changeset:
Modified: trunk/buildroot/target/device/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Makefile.in	2006-12-22 10:37:22 UTC (rev 17041)
+++ trunk/buildroot/target/device/Makefile.in	2006-12-22 10:39:56 UTC (rev 17042)
@@ -1 +1,3 @@
+TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl
+
 -include target/device/*/Makefile.in

Modified: trunk/buildroot/target/device/x86/Makefile.in
===================================================================
--- trunk/buildroot/target/device/x86/Makefile.in	2006-12-22 10:37:22 UTC (rev 17041)
+++ trunk/buildroot/target/device/x86/Makefile.in	2006-12-22 10:39:56 UTC (rev 17042)
@@ -1,5 +1,3 @@
-TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl
-
 ifeq ($(strip $(BR2_TARGET_X86_GENERIC)),y)
 include target/device/x86/i386/Makefile.in
 include target/device/x86/i386/*.mk




More information about the buildroot mailing list