summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/target/device/Spidcom/Makefile.in
diff options
context:
space:
mode:
authorlefranc2009-09-01 07:13:08 +0000
committerlefranc2009-09-01 07:13:08 +0000
commitc551013646140899c074eb57081eeaf90a473054 (patch)
tree69b32e490c0946d7cc7be6e2e7c5354e51a9acac /cleopatre/buildroot/target/device/Spidcom/Makefile.in
parent188926c5110d8c1e7785fd51765b0cd13baedb33 (diff)
[cleo][buildroot] oups, removed debug data[[BR]]
[cleo][plcd] updated MME types according to MME specs A8[[BR]] [cleo][spidlib] added spidlib_secu_sha256 as normal function git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5349 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/buildroot/target/device/Spidcom/Makefile.in')
-rw-r--r--cleopatre/buildroot/target/device/Spidcom/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/cleopatre/buildroot/target/device/Spidcom/Makefile.in b/cleopatre/buildroot/target/device/Spidcom/Makefile.in
index 09fea3ccdc..73d74bc9a8 100644
--- a/cleopatre/buildroot/target/device/Spidcom/Makefile.in
+++ b/cleopatre/buildroot/target/device/Spidcom/Makefile.in
@@ -12,13 +12,10 @@ endif
BASE_TARGETS += check_linux_link
check_linux_link:
- echo $(LINUX26_DIR);
if [ -e ../$(notdir $(LINUX26_DIR)-spc300) ]; then \
mkdir -p $(PROJECT_BUILD_DIR); \
rm -f $(LINUX26_DIR); \
ln -s ../../../$(notdir $(LINUX26_DIR)-spc300) $(LINUX26_DIR); \
touch $(LINUX26_DIR)/.unpacked; \
- else \
- toto;\
fi;
endif