target/device/Soekris/net4521/linux.mk should only be used when
authorEric Andersen <andersen@codepoet.org>
Thu, 24 Feb 2005 19:38:09 +0000 (19:38 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 24 Feb 2005 19:38:09 +0000 (19:38 -0000)
BR2_TARGET_SOEKRIS_NET4521 is enabled.

target/device/Soekris/Makefile.in

index 4aaf1ef8e9d5d1067cfda0d0b9dfb6ebcbe3ba2c..8f9fc24cc5ff87572cd957df8c232c4a414dee3b 100644 (file)
@@ -2,10 +2,11 @@
 ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4521)),y)
 UCLIBC_CONFIG_FILE:=target/device/Soekris/net4521/uClibc.config
 BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config
-endif
 
 ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
 include target/device/Soekris/net4521/linux.mk
 TARGETS+=linux
 endif
 
+endif
+