Skip to content

Commit

Permalink
Makefile for producing a core image
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdunkels committed Jun 18, 2006
1 parent 964fa62 commit 1c1aed6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions platform/esb/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1c1aed6

Please sign in to comment.