2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-26 03:38:25 +08:00

runtime/liblwip: fix symbolic link creation

This commit is contained in:
Sebastien Bourdeauducq 2015-11-09 11:07:22 +08:00
parent e749bae302
commit 3c63e5bc61

View File

@ -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