From c3bef7d707e41ed1c7bcbbb45b0403b2a974beda Mon Sep 17 00:00:00 2001 From: razvanm Date: Sat, 6 Dec 2008 03:40:39 +0000 Subject: [PATCH] Remove the XNP and indicate that EPRB is MIB600. --- support/make/avr/avr.rules | 3 +-- support/make/avr/xnp.extra | 9 --------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 support/make/avr/xnp.extra 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) - -- 2.39.2