From 4b72854ddeb69855e5f91b640bb75cd73f77528b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 8 Dec 2008 08:15:58 +0000 Subject: target/: get rid of unneeded $(strip ..) --- target/device/Via/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/device/Via/Makefile.in') diff --git a/target/device/Via/Makefile.in b/target/device/Via/Makefile.in index c25b7e6de..3b37a3d71 100644 --- a/target/device/Via/Makefile.in +++ b/target/device/Via/Makefile.in @@ -1,7 +1,7 @@ # Override the default uClibc configuration -ifeq ($(strip $(BR2_TARGET_VIA_EPIA_MII)),y) +ifeq ($(BR2_TARGET_VIA_EPIA_MII),y) -ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) +ifeq ($(BR2_PACKAGE_LINUX),y) TARGETS+=linux include target/device/Via/epia-mii/linux.mk endif -- cgit v1.2.3