Pārlūkot izejas kodu

fix kernel build from bug report 0000476

David Anders 19 gadi atpakaļ
vecāks
revīzija
29f6c535aa
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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