Commit 3e612cb2 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

lib/simbricks: generate libsimbricks.a

libsimbricks combines the base, pcie, and network libraries in one
archive.
parent 84ade6b5
......@@ -22,10 +22,19 @@
include mk/subdir_pre.mk
lib_simbricks := $(lib_dir)libsimbricks.a
libsimbricks_objs :=
$(eval $(call subdir,base))
$(eval $(call subdir,network))
$(eval $(call subdir,pcie))
$(eval $(call subdir,nicif))
$(eval $(call subdir,nicbm))
$(lib_simbricks): $(libsimbricks_objs)
$(AR) rcs $@ $(libsimbricks_objs)
CLEAN := $(lib_simbricks)
ALL := $(lib_simbricks)
include mk/subdir_post.mk
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment