mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 18:25:57 +01:00
Start sketching parsec buildroot package
This commit is contained in:
16
parsec-benchmark/Config.in
Normal file
16
parsec-benchmark/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user