Advertisement
Guest User

Untitled

a guest
Sep 29th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. name: module1
  2. kind: chunk
  3. build-commands:
  4. - make M=$(pwd) -C /usr/src/linux/ modules
  5. install-commands:
  6. - make M="$(pwd)" -C /usr/src/linux/ INSTALL_MOD_PATH="$DESTDIR" modules_install
  7. system-integration:
  8. module1-misc:
  9. 00-earlyconf:
  10. - depmod -a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement