]> git.sur5r.net Git - u-boot/blob - examples/Makefile
mx6: crm_regs: Fix MXC_CCM_CLPCR_WB_PER_AT_LPM definition
[u-boot] / examples / Makefile
1 ifndef CONFIG_SANDBOX
2
3 ifdef FTRACE
4 subdir-ccflags-y += -finstrument-functions -DFTRACE
5 endif
6
7 subdir-y += standalone
8 subdir-$(CONFIG_API) += api
9 endif