diff options
| author | Ulf Samuelsson | 2008-04-17 00:45:47 +0200 |
|---|---|---|
| committer | Ulf Samuelsson | 2008-04-17 00:45:47 +0200 |
| commit | f5e9fe17b227d8aab47dd95595cee24a71e206ec (patch) | |
| tree | f6830e5296a8a2f7037a2d74e749c5ca129ac7de /target/device | |
| parent | Allow build to complete, even if tftpboot is not writeable by user (diff) | |
| download | buildroot-f5e9fe17b227d8aab47dd95595cee24a71e206ec.tar.gz buildroot-f5e9fe17b227d8aab47dd95595cee24a71e206ec.tar.xz buildroot-f5e9fe17b227d8aab47dd95595cee24a71e206ec.zip | |
Fix bad linux kernel name
Diffstat (limited to 'target/device')
| -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 6a998d0df..8ad35c62c 100644 --- a/target/device/Atmel/Makefile.in +++ b/target/device/Atmel/Makefile.in @@ -37,7 +37,7 @@ LINUX26_KCONFIG:=$(BOARD_PATH)/$(BOARD_NAME)-linux-$(LINUX26_VERSION).config # This should be part of target/linux/Makefile.in LINUX26_BUILD_DIR:=$(PROJECT_BUILD_DIR) -LINUX26_BINLOC=$(LINUX26_FORMAT) +#LINUX26_BINLOC=$(LINUX26_FORMAT) #LINUX26_BINLOC:=$(BINARIES_DIR)/$(LINUX26_KERNEL) ifeq ($(strip $(BR2_avr32)),y) LINUX26_BINLOC:=arch/$(KERNEL_ARCH)/boot/images/$(BR2_PACKAGE_LINUX_FORMAT) |
