aboutsummaryrefslogtreecommitdiff
path: root/testing/examples/ledtest-imx27ads
diff options
context:
space:
mode:
Diffstat (limited to 'testing/examples/ledtest-imx27ads')
-rw-r--r--testing/examples/ledtest-imx27ads/Makefile1
-rw-r--r--testing/examples/ledtest-imx27ads/crt0.S1
-rw-r--r--testing/examples/ledtest-imx27ads/gdbinit-imx27ads1
-rw-r--r--testing/examples/ledtest-imx27ads/test.c2
4 files changed, 0 insertions, 5 deletions
diff --git a/testing/examples/ledtest-imx27ads/Makefile b/testing/examples/ledtest-imx27ads/Makefile
index 4009c41b..a1e0ba3a 100644
--- a/testing/examples/ledtest-imx27ads/Makefile
+++ b/testing/examples/ledtest-imx27ads/Makefile
@@ -39,4 +39,3 @@ dump_full:
clean:
-/bin/rm -f *.o *~ test.elf
-
diff --git a/testing/examples/ledtest-imx27ads/crt0.S b/testing/examples/ledtest-imx27ads/crt0.S
index d7498814..770982b3 100644
--- a/testing/examples/ledtest-imx27ads/crt0.S
+++ b/testing/examples/ledtest-imx27ads/crt0.S
@@ -44,4 +44,3 @@ _mainCRTStartup:
.word __bss_start__
.LC2:
.word __bss_end__
-
diff --git a/testing/examples/ledtest-imx27ads/gdbinit-imx27ads b/testing/examples/ledtest-imx27ads/gdbinit-imx27ads
index 4764bc73..88fc78a3 100644
--- a/testing/examples/ledtest-imx27ads/gdbinit-imx27ads
+++ b/testing/examples/ledtest-imx27ads/gdbinit-imx27ads
@@ -33,4 +33,3 @@ b main
# Run to the breakpoint.
c
-
diff --git a/testing/examples/ledtest-imx27ads/test.c b/testing/examples/ledtest-imx27ads/test.c
index a3dd5223..01dc284d 100644
--- a/testing/examples/ledtest-imx27ads/test.c
+++ b/testing/examples/ledtest-imx27ads/test.c
@@ -54,5 +54,3 @@ atexit()
{
while (1);
} /* ATEXIT */
-
-