30 lines
630 B
Makefile
30 lines
630 B
Makefile
#
|
|
# Copyright (c) 2013 The Linux Foundation. All rights reserved.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
PKG_NAME:=linux-ramdump-parser-v2
|
|
PKG_VERSION:=2008-12-18
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
PKG_SOURCE_URL:=git://codeaurora.org/quic/la/platform/vendor/qcom-opensource/tools
|
|
PKG_SOURCE_PROTO:=git
|
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
|
|
PKG_SOURCE_VERSION:=ad517ab5884135ec720a7b587af47eee7ea087ea
|
|
HOST_BUILD_DIR=$(BUILD_DIR_HOST)/$(PKG_NAME)
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
define Host/Configure
|
|
endef
|
|
|
|
define Host/Compile
|
|
endef
|
|
|
|
define Host/Install
|
|
endef
|
|
|
|
$(eval $(call HostBuild))
|