X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=1934ea34695e857be4940692a711e992445384ab;hb=33d48af0258dd55e1d2b51a4ae2f87401dcb00e9;hp=989b43f796507b04ddd96df0a9b2426504f6baa4;hpb=cfd59c8655ed7268c9c48aa58560158d235bc0de;p=bertos.git diff --git a/Makefile b/Makefile index 989b43f7..1934ea34 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,10 @@ default: all include config.mk -# Include subtargets +#Include subtargets #include app/demo/demo.mk -include app/triface/triface.mk #include app/at91sam7s/at91sam7s.mk +#include app/battfs/battfs_test.mk +include app/triface/triface.mk + include rules.mk