blob: 475cd6e5b47e555964daf88d7f64a1b168fac6ad (
plain)
1
2
3
4
5
6
7
8
|
# 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
include target/device/Makefile.in.linux
|