- move setting the TARGET_DEVICE_DEPMOD up one level
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 22 Dec 2006 10:39:56 +0000 (10:39 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 22 Dec 2006 10:39:56 +0000 (10:39 -0000)
target/device/Makefile.in
target/device/x86/Makefile.in

index 87a680115582ceba57eb954bdd8e5ef7ac8e9bcf..c2d04a97a94b1f8ca3397521a709cd66fab4b6b0 100644 (file)
@@ -1 +1,3 @@
+TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl
+
 -include target/device/*/Makefile.in
index d773f4722c507d92b8bd5fbe75999faf1bf56c8f..0eaa8785742498b7c093e9af5e718ee889b3466b 100644 (file)
@@ -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