You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CC drivers/net/mii.o
CC drivers/net/Space.o
CC drivers/net/loopback.o
CC drivers/net/ethernet/nexell/nxpmac/nxpmac_main.o
drivers/net/ethernet/nexell/nxpmac/nxpmac_main.c: In function ‘stmmac_dvr_probe’:
drivers/net/ethernet/nexell/nxpmac/nxpmac_main.c:3174:20: error: ‘NETIF_F_HW_VLAN_CTAG_RX’ undeclared (first use in this function)
ndev->features |= NETIF_F_HW_VLAN_CTAG_RX;
^
drivers/net/ethernet/nexell/nxpmac/nxpmac_main.c:3174:20: note: each undeclared identifier is reported only once for each function it appears in
drivers/net/ethernet/nexell/nxpmac/nxpmac_main.c: At top level:
drivers/net/ethernet/nexell/nxpmac/nxpmac_main.c:967:13: warning: ‘stmmac_display_descriptors’ defined but not used [-Wunused-function]
static void stmmac_display_descriptors(struct stmmac_priv *priv)
^
scripts/Makefile.build:307: polecenia dla obiektu 'drivers/net/ethernet/nexell/nxpmac/nxpmac_main.o' nie powiodły się
make[5]: *** [drivers/net/ethernet/nexell/nxpmac/nxpmac_main.o] Błąd 1
scripts/Makefile.build:443: polecenia dla obiektu 'drivers/net/ethernet/nexell/nxpmac' nie powiodły się
make[4]: *** [drivers/net/ethernet/nexell/nxpmac] Błąd 2
scripts/Makefile.build:443: polecenia dla obiektu 'drivers/net/ethernet/nexell' nie powiodły się
make[3]: *** [drivers/net/ethernet/nexell] Błąd 2
scripts/Makefile.build:443: polecenia dla obiektu 'drivers/net/ethernet' nie powiodły się
make[2]: *** [drivers/net/ethernet] Błąd 2
scripts/Makefile.build:443: polecenia dla obiektu 'drivers/net' nie powiodły się
make[1]: *** [drivers/net] Błąd 2
Makefile:946: polecenia dla obiektu 'drivers' nie powiodły się
make: *** [drivers] Błąd 2
I will post more details if I find out wht is that happening. Looks like some conditional compiling is broken.
The text was updated successfully, but these errors were encountered:
I will post more details if I find out wht is that happening. Looks like some conditional compiling is broken.
The text was updated successfully, but these errors were encountered: