summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Anders <dave123@abcsinc.com>2006-01-20 20:51:48 +0000
committerDavid Anders <dave123@abcsinc.com>2006-01-20 20:51:48 +0000
commit29f6c535aa8d8c40c0de232df9ebc27ae63d2e9b (patch)
tree842727f1d0f54a603e3c2251dfcb4a2bc222274b
parent0067abf47cce12953039ebb89cdf0320d5fdfd71 (diff)
downloadbuildroot-novena-29f6c535aa8d8c40c0de232df9ebc27ae63d2e9b.tar.gz
buildroot-novena-29f6c535aa8d8c40c0de232df9ebc27ae63d2e9b.zip
fix kernel build from bug report 0000476
-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