diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 11:47:22 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 11:47:22 +0000 |
commit | 3471ebe0a3d5c74856ce8fe813345136a5f2aaf3 (patch) | |
tree | 68589110b570cc20f3a8b039f3f715cc3890a061 /target/linux | |
parent | e1c81b632752f1158191388714ab30f2994a56dc (diff) | |
download | buildroot-novena-3471ebe0a3d5c74856ce8fe813345136a5f2aaf3.tar.gz buildroot-novena-3471ebe0a3d5c74856ce8fe813345136a5f2aaf3.zip |
- random whitespace cleanup
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Makefile.in b/target/linux/Makefile.in index c65e241cb..302852136 100644 --- a/target/linux/Makefile.in +++ b/target/linux/Makefile.in @@ -55,7 +55,7 @@ LINUX26_BINLOC=arch/$(KERNEL_ARCH)/boot/$(LINUX26_FORMAT) endif # File name for the Linux kernel binary -ifndef LINUX26_KERNEL +ifndef LINUX26_KERNEL LINUX26_KERNEL=$(BINARIES_DIR)/linux-kernel-$(LINUX26_VERSION)-$(KERNEL_ARCH) endif |