Makefile for producing a core image

This commit is contained in:
adamdunkels 2006-06-18 05:54:28 +00:00
parent 964fa62827
commit 1c1aed6082
1 changed files with 20 additions and 0 deletions

20
platform/esb/Makefile Normal file
View 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