mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
7 lines
237 B
Makefile
7 lines
237 B
Makefile
# make sure to put everything that is board-specific before the tarroot targets
|
|
include target/generic/Makefile.in
|
|
|
|
# this eventually adds the kernel target to TARGETS:
|
|
include target/device/Makefile.in
|
|
include target/xtensa/Makefile.in
|