X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=kitten%2Fuser%2Fliblwk%2FMakefile;fp=kitten%2Fuser%2Fliblwk%2FMakefile;h=400d923b8387bd60776d6a288892fe861b227de5;hb=66a1a4c7a9edcd7d8bc207aca093d694a6e6b5b2;hp=0000000000000000000000000000000000000000;hpb=f7cf9c19ecb0a589dd45ae0d2c91814bd3c2acc2;p=palacios.git diff --git a/kitten/user/liblwk/Makefile b/kitten/user/liblwk/Makefile new file mode 100644 index 0000000..400d923 --- /dev/null +++ b/kitten/user/liblwk/Makefile @@ -0,0 +1,11 @@ +TARGET = liblwk.a + +LIBS-y += $(TARGET) +OBJS-y += syscalls.o pmem.o elf.o aspace.o + +INCLUDES += -I./include -I../../include + +$(TARGET): $(OBJS-y) + $(call buildlib,$@,$(OBJS-y)) + +include ../Make.rules