Makefile for producing a core image
This commit is contained in:
parent
964fa62827
commit
1c1aed6082
20
platform/esb/Makefile
Normal file
20
platform/esb/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $Id: Makefile,v 1.1 2006/06/18 05:54:28 adamdunkels Exp $
|
||||
|
||||
all: core
|
||||
upload: core core.u
|
||||
|
||||
core:
|
||||
$(MAKE) core.firmware && \
|
||||
$(MAKE) core.firmware && \
|
||||
$(MAKE) core.firmware
|
||||
|
||||
CONTIKI=../..
|
||||
TARGET=esb
|
||||
|
||||
|
||||
ifdef ENABLE_BACNET
|
||||
APPS += bacnet
|
||||
APPDIRS += apps/bacnet
|
||||
endif
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
Loading…
Reference in a new issue