summaryrefslogtreecommitdiffstats
path: root/examples/standalone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/standalone/Makefile')
-rw-r--r--examples/standalone/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile
index d2e811a8b5..9a9b6c38ef 100644
--- a/examples/standalone/Makefile
+++ b/examples/standalone/Makefile
@@ -86,6 +86,10 @@ ELF = hello_world
SREC = hello_world.srec
BIN = hello_world.bin
+ELF += atmel_df_pow2
+SREC += atmel_df_pow2.srec
+BIN += atmel_df_pow2.bin
+
ifeq ($(CPU),mpc8xx)
ELF += test_burst
SREC += test_burst.srec
OpenPOWER on IntegriCloud