From: David Anders Date: Fri, 20 Jan 2006 20:51:48 +0000 (-0000) Subject: fix kernel build from bug report 0000476 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29f6c535aa8d8c40c0de232df9ebc27ae63d2e9b;p=buildroot.git fix kernel build from bug report 0000476 --- diff --git a/target/device/Via/Makefile.in b/target/device/Via/Makefile.in index 63140b58aa..c25b7e6de3 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