X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=4d3d7f9b7dbdfd82c134b614a34f65c2cdf77f43;hb=e47f203a5648786cd782d921880a77a395570059;hp=850b46752b4a8fe3f66058b3e98c623ff7cca000;hpb=01773c57dc0ca6aac856aa6170ac7f092c5b61d5;p=bertos.git diff --git a/Makefile b/Makefile index 850b4675..4d3d7f9b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Copyright 2002, 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) # All rights reserved. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # # Set to 1 for verbose build output, 0 for terse output @@ -11,10 +11,17 @@ V := 0 default: all -include config.mk +include bertos/config.mk #Include subtargets -#include app/demo/demo.mk -#include app/triface/triface.mk -#include app/at91sam7s/at91sam7s.mk -include rules.mk +include examples/demo/demo.mk +#include examples/at91sam7/at91sam7s.mk +#include examples/at91sam7/at91sam7x.mk +#include examples/lm3s1968/lm3s1968.mk +#include examples/lpc2378/lpc2378.mk +#include examples/avr-kern/avr-kern.mk +#include examples/triface/triface.mk +#include examples/benchmark/kernel-only_arm/kernel-only_arm.mk +#include examples/benchmark/kernel-core_avr/kernel-core_avr.mk + +include bertos/rules.mk