Removed unnecessary things.
This commit is contained in:
parent
d7c489f0b2
commit
b88e6642bd
1 changed files with 1 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.1 2007/06/28 12:49:57 nvt-se Exp $
|
||||
# $Id: Makefile,v 1.2 2007/06/28 13:47:28 nvt-se Exp $
|
||||
|
||||
all: core
|
||||
upload: core core.u
|
||||
|
@ -11,11 +11,4 @@ core:
|
|||
CONTIKI=../..
|
||||
TARGET=msb430
|
||||
|
||||
blinker.cm: blinker.co blinker2.co
|
||||
|
||||
ifdef ENABLE_BACNET
|
||||
APPS += bacnet
|
||||
APPDIRS += apps/bacnet
|
||||
endif
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
||||
|
|
Loading…
Reference in a new issue