summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/makefile b/src/makefile
index ba538037f..6045de28b 100644
--- a/src/makefile
+++ b/src/makefile
@@ -1,13 +1,15 @@
-IMGDIR = ../img
-OBJDIR = ../obj
-include ../config.mk
+ROOTPATH = ..
+IMGDIR = ${ROOTPATH}/img
+OBJDIR = ${ROOTPATH}/obj/hbicore
-SUBDIRS = kernel.d lib.d libc++.d sys.d
-IMAGES += ${IMGDIR}/kernel.elf
-IMAGES += ${IMGDIR}/kernel.bin
+SUBDIRS = kernel.d lib.d libc++.d sys.d bld.d
+IMAGES += ${IMGDIR}/hbicore.elf
+IMAGES += ${IMGDIR}/hbicore.bin
all: ${SUBDIRS}
${MAKE} ${IMAGES}
clean: $(patsubst %.d,%.clean, ${SUBDIRS})
(rm -f ${IMAGES} $(addsuffix .map, ${IMAGES}) )
+
+include ../config.mk
OpenPOWER on IntegriCloud