فهرست منبع

- move setting the TARGET_DEVICE_DEPMOD up one level

Bernhard Reutner-Fischer 18 سال پیش
والد
کامیت
82b3f197b0
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 0
      target/device/Makefile.in
  2. 0 2
      target/device/x86/Makefile.in

+ 2 - 0
target/device/Makefile.in

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

+ 0 - 2
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