Move board raspberry to a generic version (domo) to be shared with other domo platform.
This commit is contained in:
12
bsp/board/domo/main.mk
Normal file
12
bsp/board/domo/main.mk
Normal 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
|
||||
Reference in New Issue
Block a user