ipq40xx: kmod-usb-dwc3-of-simple vs kmod-usb-dwc3-qcom
[openwrt/openwrt.git] / tools / patch / Makefile
1 #
2 # Copyright (C) 2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 PKG_NAME:=patch
10 PKG_VERSION:=2.7.6
11 PKG_RELEASE:=4
12 PKG_CPE_ID:=cpe:/a:gnu:patch
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15 PKG_SOURCE_URL:=@GNU/patch
16 PKG_HASH:=ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd
17
18 HOST_BUILD_PARALLEL := 1
19
20 include $(INCLUDE_DIR)/host-build.mk
21
22 HOSTCC := $(HOSTCC_NOCACHE)
23 HOSTCXX := $(HOSTCXX_NOCACHE)
24
25 $(eval $(call HostBuild))