mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
17 lines
272 B
Plaintext
17 lines
272 B
Plaintext
config BR2_PACKAGE_PARSEC
|
|
bool "PARSEC"
|
|
help
|
|
Parsec system benchmark.
|
|
|
|
http://parsec.cs.princeton.edu/
|
|
|
|
if BR2_PACKAGE_PARSEC
|
|
|
|
config BR2_PACKAGE_PARSEC_BUILD_LIST
|
|
string "build_list"
|
|
default all
|
|
help
|
|
Space separated list of parsec packages to build.
|
|
|
|
endif
|