Explorar o código

fix kernel build from bug report 0000476

David Anders %!s(int64=19) %!d(string=hai) anos
pai
achega
29f6c535aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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