mirror of https://github.com/OpenIPC/firmware.git
16 lines
430 B
Makefile
16 lines
430 B
Makefile
################################################################################
|
|
#
|
|
# logcat-openipc
|
|
#
|
|
################################################################################
|
|
|
|
LOGCAT_OPENIPC_SITE = https://github.com/gtxaspec/linux_logcat/archive
|
|
LOGCAT_OPENIPC_SOURCE = master.tar.gz
|
|
|
|
LOGCAT_OPENIPC_LICENSE = GPL-2.0
|
|
LOGCAT_OPENIPC_LICENSE_FILES = COPYING
|
|
|
|
LOGCAT_OPENIPC_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|