f3050b0b9e
Conflicts: target/Makefile.in
9 lines
278 B
Makefile
9 lines
278 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
|
|
|
|
include target/device/Makefile.in.linux
|