summaryrefslogtreecommitdiffstats
path: root/target/device/AMD
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/AMD
parent293b09786c2c436116f1a11ae265f84cb8edb95d (diff)
downloadbuildroot-novena-956d3eb78bfa798cee3071917aa18517f496078c.tar.gz
buildroot-novena-956d3eb78bfa798cee3071917aa18517f496078c.zip
- semicolon touchup. No other changes
Diffstat (limited to 'target/device/AMD')
-rw-r--r--target/device/AMD/DBAu1500/linux26.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/device/AMD/DBAu1500/linux26.mk b/target/device/AMD/DBAu1500/linux26.mk
index 15678c0cb..347efd8bc 100644
--- a/target/device/AMD/DBAu1500/linux26.mk
+++ b/target/device/AMD/DBAu1500/linux26.mk
@@ -51,13 +51,13 @@ endif
touch $(LINUX26_DIR)/.unpacked
$(LINUX26_KCONFIG):
- @if [ ! -f "$(LINUX26_KCONFIG)" ] ; then \
+ @if [ ! -f "$(LINUX26_KCONFIG)" ]; then \
echo ""; \
echo "You should create a .config for your kernel"; \
echo "and install it as $(LINUX26_KCONFIG)"; \
echo ""; \
sleep 5; \
- fi;
+ fi
$(LINUX26_DIR)/.patched: $(LINUX26_DIR)/.unpacked
#toolchain/patch-kernel.sh $(LINUX26_DIR) $(LINUX26_PATCH_DIR)