diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-11 21:53:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-11 21:53:23 +0000 |
commit | b5ad3a7944cc37892e8da014a955677558fa4e50 (patch) | |
tree | 56694a085901e4ad0b62ef54eb1e633f2f8dde0e /target/device/Soekris/net4521 | |
parent | 53fdf867ba94cd7116574ebddd9babaf673f9e9b (diff) | |
download | buildroot-novena-b5ad3a7944cc37892e8da014a955677558fa4e50.tar.gz buildroot-novena-b5ad3a7944cc37892e8da014a955677558fa4e50.zip |
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
Diffstat (limited to 'target/device/Soekris/net4521')
-rw-r--r-- | target/device/Soekris/net4521/linux.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |