mkimage-profiles/lib
Anton Midyukov 1c50ff1ffa build.mk, params.txt: add parameter USE_QEMU
The parameter determines use of QEMU or not, if the target architecture
does not correspond to the host architecture.
By default, the parameter is on (Value 1).
For architectures that do not support QEMU (e2k), the option is turned off.
2021-11-22 22:30:57 +07:00
..
boot.mk lib/boot.mk: Set IMAGE_PACKTYPE to isodata for e2k 2021-04-16 01:31:33 +07:00
build.mk build.mk, params.txt: add parameter USE_QEMU 2021-11-22 22:30:57 +07:00
check.mk lib/check.mk: catch missing READMEs for features 2012-05-16 13:48:12 +03:00
clean.mk Revert "clean.mk: do not run twice make clean (distclean)" 2021-07-23 16:06:57 +07:00
common.mk lib/common.mk: avoid using uninitialized variables 2012-05-26 14:08:19 +03:00
distro.mk rework isoboot support beyond x86 2018-07-25 16:49:01 +03:00
functions.mk lib/functions.mk: tiny but important note 2014-11-14 15:07:09 +03:00
help.mk help.mk, clean.mk: drop __frontend for tty test 2015-04-02 20:46:35 +03:00
log.mk log.mk: Don't write anything to build.log when DIRECT_TARGETS 2021-06-23 14:46:02 +07:00
profile.mk profile.mk: fix typo 2021-09-19 20:35:02 +07:00
README documentation: use paths relative to toplevel dir 2014-03-05 21:36:30 +04:00
report.mk lib/report.mk: do not enable tracing with REPORT='' 2021-08-23 21:52:13 +07:00
sugar.mk initial rootfs subprofile and services feature 2013-06-17 14:03:53 +04:00
ve.mk lib/ve.mk: split package management and networking 2019-04-02 17:43:34 +03:00
vm.mk lib/vm.mk: .base-grub-efi available for riscv64 2021-04-04 23:16:27 +07:00

== lib ==

Этот каталог содержит вспомогательные makefiles,
обеспечивающие основную функциональность создания
конфигурации образа и генерации соответствующего
профиля для сборки; см. тж. conf.d/.

Следует помнить, что будучи включаемыми в main.mk,
они работают в каталоге верхнего уровня.