mirror of https://github.com/OpenIPC/firmware.git
[no ci] Makefile: list available packages
parent
7fb17db6ee
commit
4a11666aab
4
Makefile
4
Makefile
|
@ -26,6 +26,7 @@ help:
|
||||||
- make list - show available device configurations\n \
|
- make list - show available device configurations\n \
|
||||||
- make deps - install build dependencies\n \
|
- make deps - install build dependencies\n \
|
||||||
- make clean - remove defconfig and target folder\n \
|
- make clean - remove defconfig and target folder\n \
|
||||||
|
- make package - list available packages\n \
|
||||||
- make distclean - remove buildroot and output folder\n \
|
- make distclean - remove buildroot and output folder\n \
|
||||||
- make br-linux - build linux kernel only\n \
|
- make br-linux - build linux kernel only\n \
|
||||||
- make all - build the device firmware\n\n"
|
- make all - build the device firmware\n\n"
|
||||||
|
@ -50,6 +51,9 @@ prepare:
|
||||||
toolname:
|
toolname:
|
||||||
@general/scripts/show_toolchains.sh $(CONFIG)
|
@general/scripts/show_toolchains.sh $(CONFIG)
|
||||||
|
|
||||||
|
package:
|
||||||
|
@find general/package/* -maxdepth 0 -type d -printf "br-%f\n" | grep -v patches
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -rf $(TARGET)/images $(TARGET)/target
|
@rm -rf $(TARGET)/images $(TARGET)/target
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue