X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=kitten%2Fuser%2Fliblwk%2FMakefile;fp=kitten%2Fuser%2Fliblwk%2FMakefile;h=0000000000000000000000000000000000000000;hb=80d6ccd14cca51eec611cc96cf1e39c7a9c98421;hp=400d923b8387bd60776d6a288892fe861b227de5;hpb=e5d7715c14a23e72d742d402d4e4cdf97ffab697;p=palacios.releases.git diff --git a/kitten/user/liblwk/Makefile b/kitten/user/liblwk/Makefile deleted file mode 100644 index 400d923..0000000 --- a/kitten/user/liblwk/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -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