]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blob - psdk_cust/libarch_k2g_1_0_1_0/examples/Makefile
PASDK-216:Add SIDK build generation script
[processor-sdk/performance-audio-sr.git] / psdk_cust / libarch_k2g_1_0_1_0 / examples / Makefile
1 .PHONY: clean all
4 ifeq ($(LIBOS), LIB_OPENCL)
5 examp_dir = arm+dsp
6 else
7 examp_dir = dsponly
8 endif
10 all: 
11         cd $(examp_dir); make TARGET=$(TARGET) LIBOS=$(LIBOS)
13 clean:
14         cd arm+dsp; make clean; cd ../dsp-only; make clean;