lantiq-dsl: bugfix latency values swapped for lucistat
[openwrt/svn-archive/archive.git] / tools / expat / Makefile
1 #
2 # Copyright (C) 2006-2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=expat
11 PKG_VERSION:=2.1.0
12
13 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14 PKG_MD5SUM:=dd7dab7a5fea97d2a6a43f511449b7cd
15 PKG_SOURCE_URL:=@SF/expat
16
17 HOST_BUILD_PARALLEL:=1
18
19 include $(INCLUDE_DIR)/host-build.mk
20
21 define Host/Install
22 $(MAKE) -C $(HOST_BUILD_DIR) install
23 endef
24
25 $(eval $(call HostBuild))