Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / examples / Makefile
diff --git a/qemu/roms/u-boot/examples/Makefile b/qemu/roms/u-boot/examples/Makefile
new file mode 100644 (file)
index 0000000..18d008e
--- /dev/null
@@ -0,0 +1,9 @@
+ifndef CONFIG_SANDBOX
+
+ifdef FTRACE
+subdir-ccflags-y += -finstrument-functions -DFTRACE
+endif
+
+subdir-y += standalone
+subdir-$(CONFIG_API) += api
+endif