d5bcdb74b6
Python DevMem is designed primarily for use with accessing /dev/mem on OMAP platforms. It should work on other platforms and work to mmap() files rather then just /dev/mem, but these use cases aren't well tested. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
14 lines
473 B
Makefile
14 lines
473 B
Makefile
################################################################################
|
|
#
|
|
# python-pydevmem
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYDEVMEM_VERSION = 600b5d1ef8997c394db3512b735d75d5abc4ad41
|
|
PYTHON_PYDEVMEM_SITE = $(call github,kylemanna,pydevmem,$(PYTHON_PYDEVMEM_VERSION))
|
|
PYTHON_PYDEVMEM_SETUP_TYPE = setuptools
|
|
PYTHON_PYDEVMEM_LICENSE = MIT
|
|
PYTHON_PYDEVMEM_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|