Commit dc1d20ac authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

mii-diag: remove unneded explicit static linking handling



Now that it is done globally instead.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent eb421a84
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -10,10 +10,6 @@ MII_DIAG_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/m/mii-diag

MII_DIAG_MAKE_OPT = $(TARGET_CONFIGURE_OPTS)

ifeq ($(BR2_PREFER_STATIC_LIB),y)
MII_DIAG_MAKE_OPT += CFLAGS="$(TARGET_CFLAGS) -static"
endif

define MII_DIAG_DEBIAN_PATCHES
	if [ -d $(@D)/debian/patches ]; then \
		support/scripts/apply-patches.sh $(@D) $(@D)/debian/patches \*.patch; \