fix kernel build from bug report 0000476
authorDavid Anders <dave123@abcsinc.com>
Fri, 20 Jan 2006 20:51:48 +0000 (20:51 -0000)
committerDavid Anders <dave123@abcsinc.com>
Fri, 20 Jan 2006 20:51:48 +0000 (20:51 -0000)
target/device/Via/Makefile.in

index 63140b58aa8b314bccc8a113571b96088e0f6998..c25b7e6de39aa6983dfa79a197bc0954c1732576 100644 (file)
@@ -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