- move setting the TARGET_DEVICE_DEPMOD up one level

This commit is contained in:
Bernhard Reutner-Fischer 2006-12-22 10:39:56 +00:00
parent 193c312f22
commit 82b3f197b0
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1,3 @@
TARGET_DEVICE_DEPMOD:=target/device/x86/depmod.pl
-include target/device/*/Makefile.in

View 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