mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -31,7 +31,6 @@ TARGET_EXTRA_CFLAGS:=-DFLASH_FROM_FILE -DNO_LIBPCAP -D_GNU_SOURCE
|
|||||||
|
|
||||||
# pass optimization flags
|
# pass optimization flags
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
OFLAGS="$(TARGET_CFLAGS)" \
|
|
||||||
EXTRA_CFLAGS="$(TARGET_EXTRA_CFLAGS)" \
|
EXTRA_CFLAGS="$(TARGET_EXTRA_CFLAGS)" \
|
||||||
REVISION="$(PKG_VERSION)" \
|
REVISION="$(PKG_VERSION)" \
|
||||||
ap51-flash
|
ap51-flash
|
||||||
|
|||||||
Reference in New Issue
Block a user