summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-01-10 20:08:35 -0600
committerPatrick Williams <iawillia@us.ibm.com>2011-01-10 20:08:35 -0600
commit0ed98fe3e194819981095fe55e2b5a37e37a7a04 (patch)
tree98dd7e3ab5600113178b94c2cf1536722de92ea2 /src/makefile
parentfaa71280d086246c685a23f2acb2330981253f8c (diff)
downloadtalos-hostboot-0ed98fe3e194819981095fe55e2b5a37e37a7a04.tar.gz
talos-hostboot-0ed98fe3e194819981095fe55e2b5a37e37a7a04.zip
Makefile cleanups.
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/makefile b/src/makefile
index 2fd17b6fe..ca4f797ae 100644
--- a/src/makefile
+++ b/src/makefile
@@ -1,15 +1,7 @@
ROOTPATH = ..
-IMGDIR = ${ROOTPATH}/img
-OBJDIR = ${ROOTPATH}/obj/hbicore
SUBDIRS = kernel.d lib.d libc++.d sys.d usr.d build.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 ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud