Move board raspberry to a generic version (domo) to be shared with other domo platform.

This commit is contained in:
jbnadal
2016-12-05 17:24:26 +01:00
parent 3b91974118
commit 92ac552147
28 changed files with 1 additions and 1 deletions

12
bsp/board/domo/main.mk Normal file
View File

@@ -0,0 +1,12 @@
#
# Main rules for raspberry board targets.
#
#
.PHONY: all
all: msg buildroot
include ../../bsp/include/rules.mk
include ../../bsp/include/buildroot.mk