summaryrefslogtreecommitdiff
path: root/target/lemote
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-06 12:31:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-06 12:31:39 +0200
commitda28ccc6f848695609d32090142f1b4af0e27b17 (patch)
treec562fe90cce0de3806af7eb950a24b56cd5bcf22 /target/lemote
parentbca6ef2825babceb9fcef2b160cc1f2674485f55 (diff)
massive whitespace cleanup (EOL), suggested by j.seitter
Diffstat (limited to 'target/lemote')
-rw-r--r--target/lemote/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/lemote/Makefile b/target/lemote/Makefile
index 40b19b19c..09cfb8b5c 100644
--- a/target/lemote/Makefile
+++ b/target/lemote/Makefile
@@ -14,7 +14,7 @@ createinitcrypt:
echo 'CONFIG_INITRAMFS_ROOT_UID=0' >> $(LINUX_DIR)/.config
echo 'CONFIG_INITRAMFS_ROOT_GID=0' >> $(LINUX_DIR)/.config
echo N |$(MAKE) -C $(LINUX_DIR) V=1 CROSS_COMPILE="$(TARGET_CROSS)" ARCH=$(ARCH) \
- CC="$(TARGET_CC)" oldconfig $(MAKE_TRACE)
+ CC="$(TARGET_CC)" oldconfig $(MAKE_TRACE)
$(MAKE) -C $(LINUX_DIR) V=1 CROSS_COMPILE="$(TARGET_CROSS)" ARCH=$(ARCH) \
CC="$(TARGET_CC)" $(MAKE_TRACE)
@cp $(KERNEL) $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel
@@ -66,7 +66,6 @@ imageinstall: $(BIN_DIR)/$(ROOTFSUSERTARBALL) createinitcrypt
@echo 'mount /dev/sda1 /mnt/boot'
@echo 'mount /dev/mapper/crypt /mnt/root'
@echo 'mkdir /mnt/boot/boot'
- @echo
@echo 'Copy $(ROOTFSUSERTARBALL) via scp to /mnt/root and extract it'
@echo 'cd /mnt/root ; gunzip $(ROOTFSUSERTARBALL); tar xpvf $(ROOTFSUSERTARBALL)'
@echo 'Copy ${ADK_TARGET}-${FS}-kernel via scp to /mnt/boot/boot'