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/AMD/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/device/AMD') diff --git a/target/device/AMD/Makefile.in b/target/device/AMD/Makefile.in index 32dd4707f..ab724b554 100644 --- a/target/device/AMD/Makefile.in +++ b/target/device/AMD/Makefile.in @@ -1,5 +1,5 @@ # Override the default uClibc configuration -ifeq ($(strip $(BR2_TARGET_AMD_ALCHEMY_DBAU1500)),y) +ifeq ($(BR2_TARGET_AMD_ALCHEMY_DBAU1500),y) include target/device/AMD/DBAu1500/Makefile.in include target/device/AMD/DBAu1500/linux.mk -- cgit v1.2.3