diff options
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/Makefile.in | 2 | ||||
-rw-r--r-- | target/device/x86/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/device/Makefile.in b/target/device/Makefile.in index 87a680115..c2d04a97a 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 d773f4722..0eaa87857 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 |