]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Remove the XNP and indicate that EPRB is MIB600.
authorrazvanm <razvanm>
Sat, 6 Dec 2008 03:40:39 +0000 (03:40 +0000)
committerrazvanm <razvanm>
Sat, 6 Dec 2008 03:40:39 +0000 (03:40 +0000)
support/make/avr/avr.rules
support/make/avr/xnp.extra [deleted file]

index b28b740fd57ccd8686c524dd1f206047f7f77107..5f95880bdfa6ecb489096c911f60d2bff58d27ed 100644 (file)
@@ -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,<dev> : use MIB510/MIB520 serial port programming board at port <dev>
-   eprb,<host> : use EPRB at hostname <host>
+   eprb,<host> : use EPRB (MIB600) at hostname <host>
    avrisp,<dev> : use AVRISP serial programmer at port <dev>
 
    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 (file)
index f1543bc..0000000
+++ /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)
-