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