summaryrefslogtreecommitdiffstats
path: root/target/device/Sharp
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 09:56:41 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 09:56:41 +0000
commit956d3eb78bfa798cee3071917aa18517f496078c (patch)
tree7466bed73247e8265962dfac8570228d2689597d /target/device/Sharp
parent293b09786c2c436116f1a11ae265f84cb8edb95d (diff)
downloadbuildroot-novena-956d3eb78bfa798cee3071917aa18517f496078c.tar.gz
buildroot-novena-956d3eb78bfa798cee3071917aa18517f496078c.zip
- semicolon touchup. No other changes
Diffstat (limited to 'target/device/Sharp')
-rw-r--r--target/device/Sharp/LNode80/linux.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/device/Sharp/LNode80/linux.mk b/target/device/Sharp/LNode80/linux.mk
index 7b6567365..3fd52193e 100644
--- a/target/device/Sharp/LNode80/linux.mk
+++ b/target/device/Sharp/LNode80/linux.mk
@@ -71,13 +71,13 @@ endif
touch $(LINUX_DIR)/.unpacked
$(LINUX_KCONFIG):
- @if [ ! -f "$(LINUX_KCONFIG)" ] ; then \
+ @if [ ! -f "$(LINUX_KCONFIG)" ]; then \
echo ""; \
echo "You should create a .config for your kernel"; \
echo "and install it as $(LINUX_KCONFIG)"; \
echo ""; \
sleep 5; \
- fi;
+ fi
$(LINUX_DIR)/.configured $(BUILD_DIR)/linux/.configured: $(LINUX_DIR)/.unpacked $(LINUX_KCONFIG)
$(SED) "s,^ARCH.*,ARCH=$(LINUX_KARCH),g;" $(LINUX_DIR)/Makefile