X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=c899766b58e0f3e6d46c389a8176537d4739e462;hb=b741d2cbd735bcdd78bf8bfa116285278d8db72c;hp=1934ea34695e857be4940692a711e992445384ab;hpb=33d48af0258dd55e1d2b51a4ae2f87401dcb00e9;p=bertos.git diff --git a/Makefile b/Makefile index 1934ea34..c899766b 100644 --- a/Makefile +++ b/Makefile @@ -11,12 +11,12 @@ V := 0 default: all -include config.mk +include bertos/config.mk #Include subtargets -#include app/demo/demo.mk +include app/demo/demo.mk #include app/at91sam7s/at91sam7s.mk #include app/battfs/battfs_test.mk -include app/triface/triface.mk +#include app/triface/triface.mk -include rules.mk +include bertos/rules.mk