diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-03 10:42:25 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-12 10:22:55 +0200 |
commit | c64debd5c6831bd0437b7ce750a192fb67319a48 (patch) | |
tree | 0879d1575be644f1bddc1aac27e2534c815de2b6 | |
parent | 057cc2ca4602f82a62987e7c5687942d0a7d3e4f (diff) | |
download | linux-conf-perf-c64debd5c6831bd0437b7ce750a192fb67319a48.tar.gz linux-conf-perf-c64debd5c6831bd0437b7ce750a192fb67319a48.tar.bz2 linux-conf-perf-c64debd5c6831bd0437b7ce750a192fb67319a48.zip |
Add default novaboot target for measuring
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .novaboot | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,7 @@ *~ .* !.gitignore +!.novaboot *.o diff --git a/.novaboot b/.novaboot new file mode 100644 index 0000000..0cd421a --- /dev/null +++ b/.novaboot @@ -0,0 +1 @@ +$default_target = 'ryuglab'; |