From b5ad3a7944cc37892e8da014a955677558fa4e50 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 11 Jul 2005 21:53:23 +0000 Subject: Patrick Doyle writes: target/device/Soekris/net4521/linux.mk is missing an endif for the first if statement target/device/Soekris/Makefile.in needs to set TARGETS before including linux.mk since the file checks the TARGETS variables --- target/device/Soekris/net4521/linux.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'target/device/Soekris/net4521') diff --git a/target/device/Soekris/net4521/linux.mk b/target/device/Soekris/net4521/linux.mk index 6c04e4222..7a552a39b 100644 --- a/target/device/Soekris/net4521/linux.mk +++ b/target/device/Soekris/net4521/linux.mk @@ -122,3 +122,4 @@ linuxclean: clean linux-dirclean: rm -rf $(LINUX_DIR) +endif -- cgit v1.2.3