Removed SBW from defaults. Added NRF to NHB12 and NHB12B boards.
[goodfet] / firmware / config.mk
index 802c9e6..2cf09bd 100644 (file)
@@ -25,6 +25,18 @@ mcu := msp430x2618
 platform := goodfet
 endif
 
+ifneq (,$(findstring $(board),nhb12b))
+mcu := msp430x2618
+CONFIG_nrf = y
+platform := nhb12b
+endif
+
+ifneq (,$(findstring $(board),nhb12))
+mcu := msp430x2618
+CONFIG_nrf = y
+platform := nhb12
+endif
+
 ifneq (,$(findstring $(board),goodfet50 goodfet51))
 mcu := msp430x5510
 platform := goodfet
@@ -75,8 +87,6 @@ endif
 
 AVAILABLE_APPS = monitor spi jtag sbw jtag430 jtag430x2 i2c jtagarm7 ejtag jtagxscale openocd chipcon avr pic adc nrf ccspi glitch smartcard ps2 slc2 
 
-CONFIG_sbw         = y
-
 # defaults
 CONFIG_monitor    ?= y
 CONFIG_spi        ?= y