5 lines
54 B
Makefile
5 lines
54 B
Makefile
|
|
# 默认目标
|
|
bootimage: ${OUT_DIR}/kernel busybox
|
|
|
|
|
# 默认目标
|
|
bootimage: ${OUT_DIR}/kernel busybox
|
|
|