From cf0b8a52287ee7c747b1d5a7d77abdef1fb46f94 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 13 Feb 2015 20:28:54 +0100 Subject: Reorganize code in preparation for user apps. --- src/common/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/common/Makefile (limited to 'src/common/Makefile') diff --git a/src/common/Makefile b/src/common/Makefile deleted file mode 100644 index 40b8ba9..0000000 --- a/src/common/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -OBJ = string.o printf.o slab_alloc.o mutex.o hashtbl.o - -LIB = - -CFLAGS = -I ./include - -LDFLAGS = - -OUT = common.lib - -include ../rules.make -- cgit v1.2.3