]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/m16c62p/m16c62p.rules
Added faster baud rate speed when using sm16cf to program Mulle.
[tinyos-2.x.git] / support / make / m16c62p / m16c62p.rules
index 05e6601d4161157907ff5666b3292d2e6dd69cdd..cc0b7bdd1a38f6e04ad12bc54302bc01d9dc319b 100755 (executable)
@@ -26,7 +26,7 @@ OBJCOPY = m32c-elf-objcopy
 OBJDUMP = m32c-elf-objdump
 SET_ID = tos-set-symbols
 NCC = ncc
-LIBS = -lm -lc -lgcc
+LIBS = #-lm -lc -lgcc
 
 AMADDR = _ActiveMessageAddressC\$$addr
 # Uncomment the next two lines if you have a toolchain without the dollar sign
@@ -72,7 +72,7 @@ $(if $(PROGRAM),,$(call TOSMake_include,$(THIS_FOLDER)/$(DEFAULT_PROGRAM).extra)
 ifneq ($(wildcard $(VOLUMEFILE)), )
 build_storage: $(BUILDDIR)/StorageVolumes.h
 
-exe0: build_storage
+exe0: build_storage 
 
 VOLUME_ALLOCATOR_FLAGS ?= 
 $(BUILDDIR)/StorageVolumes.h: $(VOLUMEFILE)
@@ -114,7 +114,7 @@ exe: exe0 FORCE bytes
        @:
 
 
-exe0: builddir $(BUILD_EXTRA_DEPS) FORCE
+exe0: builddir $(BUILD_EXTRA_DEPS) $(COMPONENT).nc FORCE
        @echo "    compiling $(COMPONENT) to a $(PLATFORM) binary"
        $(NCC) -o $(MAIN_EXE) $(NCC_SAFE_TINYOS_FLAGS) $(OPTFLAGS) $(PFLAGS) $(CFLAGS) $(WIRING_CHECK_FLAGS) $(COMPONENT).nc $(LIBS) $(LDFLAGS)
 ifdef WIRING_CHECK_FILE