Skip to content

Instantly share code, notes, and snippets.

@esben
Last active August 29, 2015 14:22
Show Gist options
  • Save esben/90b201c28d8b47625dce to your computer and use it in GitHub Desktop.
Save esben/90b201c28d8b47625dce to your computer and use it in GitHub Desktop.
## Class for recipes using kbuild based build system
##
## @var EXTRA_OEMAKE_VERBOSE Make argument to control kbuild verbosity.
inherit make
EXTRA_OEMAKE_VERBOSE ?= "V=1"
EXTRA_OEMAKE += "${EXTRA_OEMAKE_VERBOSE}"
# Local Variables:
# mode: python
# End:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment