]> oss.titaniummirror.com Git - tinyos-2.x.git/blob - support/make/null.target
Fixed an edge case bug where the LQI takes on the RSSI value in the metadata when...
[tinyos-2.x.git] / support / make / null.target
1 #-*-Makefile-*- vim:syntax=make
2 #$Id$
3
4 PLATFORM = null
5 PFLAGS += -finline-limit=100000
6
7 $(call TOSMake_include_platform,null)
8
9 null: $(BUILD_DEPS)
10 @:
11