Loading package/uclibc/uclibc.mk +8 −0 Original line number Diff line number Diff line Loading @@ -474,4 +474,12 @@ define UCLIBC_INSTALL_STAGING_CMDS $(UCLIBC_INSTALL_UTILS_STAGING) endef # Checks to give errors that the user can understand # Must be before we call to kconfig-package ifeq ($(BR_BUILDING),y) ifeq ($(call qstrip,$(BR2_UCLIBC_CONFIG)),) $(error No uClibc configuration file specified, check your BR2_UCLIBC_CONFIG setting) endif endif $(eval $(kconfig-package)) Loading
package/uclibc/uclibc.mk +8 −0 Original line number Diff line number Diff line Loading @@ -474,4 +474,12 @@ define UCLIBC_INSTALL_STAGING_CMDS $(UCLIBC_INSTALL_UTILS_STAGING) endef # Checks to give errors that the user can understand # Must be before we call to kconfig-package ifeq ($(BR_BUILDING),y) ifeq ($(call qstrip,$(BR2_UCLIBC_CONFIG)),) $(error No uClibc configuration file specified, check your BR2_UCLIBC_CONFIG setting) endif endif $(eval $(kconfig-package))