Advertisement
Guest User

NCT7802 driver recipe

a guest
Oct 1st, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. DESCRIPTION = "NCT7802 driver"
  2. LICENSE = "GPLv2"
  3. LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381"
  4.  
  5. inherit module
  6.  
  7. PR = "r4"
  8. PV = "0.1"
  9.  
  10. SRC_URI = "file://Makefile \
  11. file://LICENSE \
  12. file://nct7802.c \
  13. "
  14.  
  15. S = "${WORKDIR}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement