Skip to content

Commit

Permalink
Makefile: Remove lwip
Browse files Browse the repository at this point in the history
The `lwip` library is not required for `helloworld`. Remove it from
`Makefile`.

Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
GitHub-Closes: unikraft#29
  • Loading branch information
razvand committed Oct 5, 2023
1 parent 6b85697 commit 86710f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
UK_ROOT ?= $(PWD)/workdir/unikraft
UK_LIBS ?= $(PWD)/workdir/libs
UK_BUILD ?= $(PWD)/workdir/build
LIBS := $(UK_LIBS)/lwip
LIBS :=

all:
@$(MAKE) -C $(UK_ROOT) A=$(PWD) L=$(LIBS) O=$(UK_BUILD)
Expand Down

0 comments on commit 86710f6

Please sign in to comment.