mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
14 lines
450 B
Makefile
14 lines
450 B
Makefile
################################################################################
|
|
#
|
|
# libplatform
|
|
#
|
|
################################################################################
|
|
|
|
LIBPLATFORM_VERSION = 1c9d14fa996af33760a2c700caebd2bd9ae527c9
|
|
LIBPLATFORM_SITE = $(call github,Pulse-Eight,platform,$(LIBPLATFORM_VERSION))
|
|
LIBPLATFORM_LICENSE = GPL-2.0+
|
|
LIBPLATFORM_LICENSE_FILES = src/os.h
|
|
LIBPLATFORM_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|