From: Florian Fainelli Date: Sat, 8 Mar 2014 00:58:14 +0000 (+0000) Subject: dump1090: pass our CFLAGS X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a9d2045ea1213c62daf0a421854311cea6d0c30d;p=openwrt%2Fsvn-archive%2Farchive.git dump1090: pass our CFLAGS Signed-off-by: Florian Fainelli SVN-Revision: 39839 --- diff --git a/utils/dump1090/Makefile b/utils/dump1090/Makefile index f34c5fe7b5..ca71ce8a87 100644 --- a/utils/dump1090/Makefile +++ b/utils/dump1090/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 OpenWrt.org +# Copyright (C) 2013-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -37,6 +37,8 @@ define Package/dump1090/description Google Maps. Network output in Basestation and AVR formats. endef +MAKE_FLAGS += \ + CFLAGS="$(TARGET_CFLAGS)" define Package/dump1090/install $(INSTALL_DIR) $(1)/usr/bin