]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commitdiff
Change default build target eaton-0.5-beta
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 3 Jul 2015 14:44:25 +0000 (16:44 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 3 Jul 2015 14:44:25 +0000 (16:44 +0200)
This is only a temporary change before we recofigure our buildbot to
properly build versions for all targets.

Makefile
Makefile.ccs

index de4d7c7b3b83f8907fbd6f59177f50a2558e8a2f..83d361d54f8858b0096b9dc2fb3a98900778cd0a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ print-targets:
 clean: $(subdir-targets)
 
 lib: # Build only the library
-       $(MAKE) -C build/tms570_hdk/Debug
+       $(MAKE) -C build/tms570_hydctr/Debug
 
 doc: # Build API documentation (Doxygen)
        $(MAKE) -C rpp/doc/api/
index 0971a688bb4606e04630a0f3fcb382da295e118b..4495661a04e43f86fb436372a19774befdc012e2 100644 (file)
@@ -20,7 +20,7 @@ all: lib
 
 include common.mk
 
-CCS_PROJECT = $(CURDIR)/build/tms570_hdk
+CCS_PROJECT = $(CURDIR)/build/tms570_hydctr
 
 lib:
        $(call rmdir,$(TMP_WORKSPACE))