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 <sven@narfation.org>
This commit is contained in:
parent
269615e822
commit
e68554f879
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue