From: Sven Eckelmann Date: Thu, 7 Dec 2017 09:40:30 +0000 (+0100) Subject: ap51-flash: Remove OFLAGS from MAKE_FLAGS X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e68554f8792b7221ea9d1dcf5d00766ac0cc5bd6;p=feed%2Fpackages.git ap51-flash: Remove OFLAGS from MAKE_FLAGS Nothing in ap51-flash is using the variable OFLAGS. It should therefore not be set. Signed-off-by: Sven Eckelmann --- diff --git a/utils/ap51-flash/Makefile b/utils/ap51-flash/Makefile index 483d32641e..c64ad7e8a3 100644 --- a/utils/ap51-flash/Makefile +++ b/utils/ap51-flash/Makefile @@ -31,7 +31,6 @@ TARGET_EXTRA_CFLAGS:=-DFLASH_FROM_FILE -DNO_LIBPCAP -D_GNU_SOURCE # pass optimization flags MAKE_FLAGS += \ - OFLAGS="$(TARGET_CFLAGS)" \ EXTRA_CFLAGS="$(TARGET_EXTRA_CFLAGS)" \ REVISION="$(PKG_VERSION)" \ ap51-flash