]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/blobdiff - ti/runtime/netapi/makefile_armv7
Adding net_test_bench application, scripts to set irq smp affinity, setup scripts...
[keystone-rtos/netapi.git] / ti / runtime / netapi / makefile_armv7
index fa1b94592d229e8e767d48d248ce54af60c9d1ad..7f911da9f0b6b0f2b3ed74b6e5c81c05fb62c8c3 100755 (executable)
@@ -17,7 +17,11 @@ export ARMV7OBJDIR ?= ./obj
 export ARMV7BINDIR ?= ./bin
 
 export DEVICE ?=k2h
-export CPU ?=cortex-a15
+
+#Enable the following to build for tci6614
+#export CPU ?=cortex-a8
+
+
 # ROOT Directory
 export ROOTDIR := ../../..
 
@@ -82,7 +86,10 @@ install:
        install -c -m 755 $(ARMV7BINDIR)/netapi/test/* $(INSTALL_BIN_BASE_DIR)
        install -d $(SYSCONFDIR)/netapi
        $(CP) test/net_test_config.txt                $(SYSCONFDIR)/netapi
-       install -c -m 755 test/net_test_setup.sh                  $(SYSCONFDIR)/netapi
+       install -c -m 755 tools/net_test_loopback_setup.sh    $(SYSCONFDIR)/netapi
+       install -c -m 755 tools/net_test_router_setup.sh      $(SYSCONFDIR)/netapi
+       install -c -m 755 tools/irqset.sh             $(SYSCONFDIR)/netapi
+       install -c -m 755 tools/dsp_core_setup.sh           $(SYSCONFDIR)/netapi
 # Make rule to create tests
 tests:
        -@echo compiling tests ..........!