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/device/Atmel/Makefile.in | |
parent | e1c81b632752f1158191388714ab30f2994a56dc (diff) | |
download | buildroot-novena-3471ebe0a3d5c74856ce8fe813345136a5f2aaf3.tar.gz buildroot-novena-3471ebe0a3d5c74856ce8fe813345136a5f2aaf3.zip |
- random whitespace cleanup
Diffstat (limited to 'target/device/Atmel/Makefile.in')
-rw-r--r-- | target/device/Atmel/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Atmel/Makefile.in b/target/device/Atmel/Makefile.in index 4aa557935..e920be933 100644 --- a/target/device/Atmel/Makefile.in +++ b/target/device/Atmel/Makefile.in @@ -44,7 +44,7 @@ LINUX26_BINLOC=$(LINUX26_FORMAT) LINUX26_COPYTO:=/tftpboot -ifeq ($(DEFAULT_KERNEL_HEADERS),2.6.22.1) +ifeq ($(DEFAULT_KERNEL_HEADERS),2.6.22.1) KERNEL_HEADERS_PATCH_DIR:=target/device/Atmel/linux/kernel-patches-$(DOWNLOAD_LINUX26_VERSION) else # Patch during kernel header build |