Skip to content

Commit

Permalink
merge corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
vinithmundhra committed Apr 18, 2012
1 parent 87624f6 commit 2d562bf
Show file tree
Hide file tree
Showing 8 changed files with 458 additions and 442 deletions.
10 changes: 1 addition & 9 deletions .project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?XL version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>sc_multi_uart</name>
<comment></comment>
Expand All @@ -17,10 +17,6 @@
<key>org.eclipse.cdt.make.core.append_environment</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.autoBuildTarget</key>
<value>all</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.buildArguments</key>
<value>-f Makefile</value>
Expand Down Expand Up @@ -53,10 +49,6 @@
<key>org.eclipse.cdt.make.core.enableFullBuild</key>
<value>true</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
<value>all</value>
</dictionary>
<dictionary>
<key>org.eclipse.cdt.make.core.stopOnError</key>
<value>true</value>
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# If the variable is set to "all" then all directories that start with app_
# are built.
#BUILD_SUBDIRS = all
BUILD_SUBDIRS = app_serial_to_ethernet_demo
BUILD_SUBDIRS = all

XMOS_MAKE_PATH ?= ..
include $(XMOS_MAKE_PATH)/xcommon/module_xcommon/build/Makefile.toplevel
Loading

0 comments on commit 2d562bf

Please sign in to comment.