summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/makefile b/src/lib/makefile
index a2deef3a7..ee750951a 100644
--- a/src/lib/makefile
+++ b/src/lib/makefile
@@ -1,14 +1,7 @@
ROOTPATH = ../..
-OBJDIR = ${ROOTPATH}/obj/hbicore
OBJS = string.o stdlib.o
OBJS += syscall_stub.o syscall_task.o syscall_mutex.o syscall_msg.o
OBJS += syscall_mmio.o syscall_time.o
-OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS})
-
-all: ${OBJECTS}
-
-clean:
- (rm -f ${OBJECTS} $(addsuffix .hash, ${OBJECTS}))
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud