mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
[Thomas:
- use "make install", which allows to remove the custom installation
logic in mcelog.mk.
- no need to explicitly pass CFLAGS and CPPFLAGS when doing the
build, since those definitions are already part of
$(TARGET_CONFIGURE_OPTS).]
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
config BR2_PACKAGE_MCELOG
|
|
bool "mcelog"
|
|
depends on BR2_i386 || BR2_x86_64
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
mcelog processes machine checks (in particular memory and CPU hardware
|
|
errors) on modern x86 Linux systems.
|
|
|
|
http://www.mcelog.org/
|