Update buidlroot to version 2016.08.1
This commit is contained in:
21
bsp/buildroot/package/msr-tools/msr-tools.mk
Normal file
21
bsp/buildroot/package/msr-tools/msr-tools.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# msr-tools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MSR_TOOLS_VERSION = 1.3
|
||||
MSR_TOOLS_SITE = $(call github,01org,msr-tools,msr-tools-$(MSR_TOOLS_VERSION))
|
||||
MSR_TOOLS_LICENSE = GPLv2
|
||||
MSR_TOOLS_LICENSE_FILES = cpuid.c
|
||||
|
||||
define MSR_TOOLS_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
|
||||
endef
|
||||
|
||||
define MSR_TOOLS_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) install \
|
||||
sbindir="$(TARGET_DIR)/usr/sbin"
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user