projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
269615e
)
ap51-flash: Remove OFLAGS from MAKE_FLAGS
author
Sven Eckelmann
<sven@narfation.org>
Thu, 7 Dec 2017 09:40:30 +0000
(10:40 +0100)
committer
Sven Eckelmann
<sven@narfation.org>
Thu, 7 Dec 2017 09:58:19 +0000
(10:58 +0100)
Nothing in ap51-flash is using the variable OFLAGS. It should therefore not
be set.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
utils/ap51-flash/Makefile
patch
|
blob
|
history
diff --git
a/utils/ap51-flash/Makefile
b/utils/ap51-flash/Makefile
index 483d32641edc153edec34e71470027f1e6f9adee..c64ad7e8a37f0e79d38d1ca094e9dcacc82cdc43 100644
(file)
--- 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