diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2011-01-10 20:08:35 -0600 |
---|---|---|
committer | Patrick Williams <iawillia@us.ibm.com> | 2011-01-10 20:08:35 -0600 |
commit | 0ed98fe3e194819981095fe55e2b5a37e37a7a04 (patch) | |
tree | 98dd7e3ab5600113178b94c2cf1536722de92ea2 /src/sys/makefile | |
parent | faa71280d086246c685a23f2acb2330981253f8c (diff) | |
download | talos-hostboot-0ed98fe3e194819981095fe55e2b5a37e37a7a04.tar.gz talos-hostboot-0ed98fe3e194819981095fe55e2b5a37e37a7a04.zip |
Makefile cleanups.
Diffstat (limited to 'src/sys/makefile')
-rw-r--r-- | src/sys/makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/sys/makefile b/src/sys/makefile index 21909711a..b9e20839f 100644 --- a/src/sys/makefile +++ b/src/sys/makefile @@ -1,11 +1,5 @@ ROOTPATH = ../.. -IMGDIR = ${ROOTPATH}/img -OBJDIR = ${ROOTPATH}/obj/hbicore SUBDIRS = init.d vfs.d -all: ${SUBDIRS} - -clean: $(patsubst %.d,%.clean, ${SUBDIRS}) - include ${ROOTPATH}/config.mk |