Commit Graph

4 Commits

Author SHA1 Message Date
oliverschmidt 394078f71d Add some info on the DEFINES= / savedefines mechanism. 2008-06-12 22:13:59 +00:00
oliverschmidt 03462fabd6 Many project Makefiles build just one Contiki binary. Up to now the name of this binary was only available to the 'all' goal as prerequisite. So it was possible to create a non-project-specific rule to i.e. load that binary into the target device.
Therefore I introduced the make variable CONTIKI_PROJECT. Now a typical project Makefile starts with:

CONTIKI_PROJECT = hello-world
all: $(CONTIKI_PROJECT)
2008-05-26 08:04:10 +00:00
adamdunkels e823d18ba2 Language fix 2007-03-30 08:17:47 +00:00
adamdunkels 1ccc537a99 Readme file for the Contiki build system 2007-03-30 08:17:06 +00:00