mirror of https://github.com/m-labs/artiq.git
runtime/liblwip: fix symbolic link creation
This commit is contained in:
parent
e749bae302
commit
3c63e5bc61
|
@ -40,8 +40,10 @@ LWIPOBJS:=$(LWIPFILES:.c=.o) liteethif.o
|
||||||
all: prepare liblwip.a
|
all: prepare liblwip.a
|
||||||
|
|
||||||
prepare:
|
prepare:
|
||||||
ln -sf $(LIBLWIP_DIRECTORY)/lwipopts.h lwipopts.h
|
rm -f lwipopts.h
|
||||||
ln -sf $(LIBLWIP_DIRECTORY)/arch arch
|
rm -f arch
|
||||||
|
ln -s $(LIBLWIP_DIRECTORY)/lwipopts.h lwipopts.h
|
||||||
|
ln -s $(LIBLWIP_DIRECTORY)/arch arch
|
||||||
mkdir -p core/ipv4
|
mkdir -p core/ipv4
|
||||||
mkdir -p netif
|
mkdir -p netif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue