فهرست منبع

fix kernel build from bug report 0000476

David Anders 19 سال پیش
والد
کامیت
29f6c535aa
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      target/device/Via/Makefile.in

+ 1 - 1
target/device/Via/Makefile.in

@@ -2,8 +2,8 @@
 ifeq ($(strip $(BR2_TARGET_VIA_EPIA_MII)),y)
 
 ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
-include target/device/Via/epia-mii/linux.mk
 TARGETS+=linux
+include target/device/Via/epia-mii/linux.mk
 endif
 
 endif