andreas-abel / nanoBench

A tool for running small microbenchmarks on recent Intel and AMD x86 CPUs.
http://www.uops.info
GNU Affero General Public License v3.0
435 stars 55 forks source link

Add check for linux-header in kernel Makefile #2

Closed AnthonyWharton closed 5 years ago

AnthonyWharton commented 5 years ago

When trying to install this I realised my machine didn't have Linux headers on it!

To save people the 5 minutes of confusion I added a quick check and message for this in the kernel Makefile.

(Also sorry I missed the whitespace change, my editor removes trailing whitespace)

AnthonyWharton commented 5 years ago

Oops, I added a .gitignore to the same branch - can recreate the PR if you do not want that, apologies!

andreas-abel commented 5 years ago

Thanks for your contribution!