OSHW-DEIMOS/SOFTWARE/A64-TERES/u-boot_new/examples/Makefile
Dimitar Gamishev 093685c7d8 u-boot
2017-10-13 14:02:55 +03:00

10 lines
152 B
Makefile

ifndef CONFIG_SANDBOX
ifdef FTRACE
subdir-ccflags-y += -finstrument-functions -DFTRACE
endif
subdir-y += standalone
subdir-$(CONFIG_API) += api
endif