From: Bernhard Reutner-Fischer Date: Fri, 22 Dec 2006 10:39:56 +0000 (-0000) Subject: - move setting the TARGET_DEVICE_DEPMOD up one level X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82b3f197b03648103c973f2950926dc0837fe8ed;p=buildroot.git - move setting the TARGET_DEVICE_DEPMOD up one level --- diff --git a/target/device/Makefile.in b/target/device/Makefile.in index 87a6801155..c2d04a97a9 100644 --- a/target/device/Makefile.in +++ b/target/device/Makefile.in @@ -1 +1,3 @@ +TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl + -include target/device/*/Makefile.in diff --git a/target/device/x86/Makefile.in b/target/device/x86/Makefile.in index d773f4722c..0eaa878574 100644 --- a/target/device/x86/Makefile.in +++ b/target/device/x86/Makefile.in @@ -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