From: razvanm Date: Sat, 6 Dec 2008 03:40:39 +0000 (+0000) Subject: Remove the XNP and indicate that EPRB is MIB600. X-Git-Tag: rc_6_tinyos_2_1_1~549 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=c3bef7d707e41ed1c7bcbbb45b0403b2a974beda Remove the XNP and indicate that EPRB is MIB600. --- diff --git a/support/make/avr/avr.rules b/support/make/avr/avr.rules index b28b740f..5f95880b 100644 --- a/support/make/avr/avr.rules +++ b/support/make/avr/avr.rules @@ -7,13 +7,12 @@ define AVR_HELP debug : compile with minimal optimization and debug symbols debugopt : compile with debug symbols - xnp : compile for network programming Programmer options: dapa : (default) use parallel port programmer mib510, : use MIB510/MIB520 serial port programming board at port - eprb, : use EPRB at hostname + eprb, : use EPRB (MIB600) at hostname avrisp, : use AVRISP serial programmer at port The dev or host parameter for the programmer option need not be specified, diff --git a/support/make/avr/xnp.extra b/support/make/avr/xnp.extra deleted file mode 100644 index f1543bc0..00000000 --- a/support/make/avr/xnp.extra +++ /dev/null @@ -1,9 +0,0 @@ -#-*-Makefile-*- vim:syntax=make -#$Id$ - -# This is for network reprogramming -# If XNP is an extra, add the network reprogramming related files -# to the search path and generate a timestamp to make each build unique. -XNP_DIR := $(TOSDIR)/lib/Xnp -PFLAGS := -I$(XNP_DIR) $(shell $(XNP_DIR)/ident.pl .ident_install_id $(COMPONENT)) $(PFLAGS) -