From: Eric Andersen Date: Mon, 1 Aug 2005 21:13:40 +0000 (-0000) Subject: Only include linux makefile when properly selected X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a18f36417b16217a2793fe74a588d8f0f9491417;p=buildroot.git Only include linux makefile when properly selected --- diff --git a/target/device/Via/epia-mii/linux.mk b/target/device/Via/epia-mii/linux.mk index 00a0096983..6a246d543f 100644 --- a/target/device/Via/epia-mii/linux.mk +++ b/target/device/Via/epia-mii/linux.mk @@ -19,6 +19,7 @@ # -Erik # ############################################################# +ifneq ($(filter $(TARGETS),linux),) # Version of Linux to download and then apply patches to DOWNLOAD_LINUX_VERSION=2.6.11.5 @@ -110,3 +111,4 @@ linuxclean: clean linux-dirclean: rm -rf $(LINUX_DIR) +endif