From fbedff5e909777a1d646947bd4f9beca6ddf7024 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 20 Aug 2010 18:11:26 -0500 Subject: Add linker in preparation for modules. --- src/sys/init/makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/sys/init/makefile') diff --git a/src/sys/init/makefile b/src/sys/init/makefile index 4a1ecf48b..ba07a8647 100644 --- a/src/sys/init/makefile +++ b/src/sys/init/makefile @@ -1,5 +1,5 @@ -OBJDIR = ../../../obj -include ../../../config.mk +ROOTPATH = ../../.. +OBJDIR = ${ROOTPATH}/obj/hbicore OBJS = init_main.o OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS}) @@ -8,3 +8,5 @@ all: ${OBJECTS} clean: (rm -f ${OBJECTS} ) + +include ../../../config.mk -- cgit v1.2.1