summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/examples/Makefile')
-rw-r--r--qemu/roms/u-boot/examples/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/qemu/roms/u-boot/examples/Makefile b/qemu/roms/u-boot/examples/Makefile
deleted file mode 100644
index 18d008e7b..000000000
--- a/qemu/roms/u-boot/examples/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-ifndef CONFIG_SANDBOX
-
-ifdef FTRACE
-subdir-ccflags-y += -finstrument-functions -DFTRACE
-endif
-
-subdir-y += standalone
-subdir-$(CONFIG_API) += api
-endif