summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/device/Via/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Via/Makefile.in b/target/device/Via/Makefile.in
index 63140b58a..c25b7e6de 100644
--- a/target/device/Via/Makefile.in
+++ b/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