diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2011-01-10 19:44:39 -0600 |
---|---|---|
committer | Patrick Williams <iawillia@us.ibm.com> | 2011-01-10 19:44:39 -0600 |
commit | faa71280d086246c685a23f2acb2330981253f8c (patch) | |
tree | 3a4a6a05ff5e4e962267155edcd6025a52aa0b3e /src/sys | |
parent | 9fb915bfdc1165bd645c25619623c677b00432b4 (diff) | |
download | talos-hostboot-faa71280d086246c685a23f2acb2330981253f8c.tar.gz talos-hostboot-faa71280d086246c685a23f2acb2330981253f8c.zip |
Importing trace header files from FSP trace and integrating into build.
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/init/makefile | 2 | ||||
-rw-r--r-- | src/sys/vfs/makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sys/init/makefile b/src/sys/init/makefile index 8dbde1b7c..64c2c1af9 100644 --- a/src/sys/init/makefile +++ b/src/sys/init/makefile @@ -7,6 +7,6 @@ OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS}) all: ${OBJECTS} clean: - (rm -f ${OBJECTS} ) + (rm -f ${OBJECTS} $(addsuffix .hash, ${OBJECTS}) ) include ${ROOTPATH}/config.mk diff --git a/src/sys/vfs/makefile b/src/sys/vfs/makefile index 883e001e3..05d3b8774 100644 --- a/src/sys/vfs/makefile +++ b/src/sys/vfs/makefile @@ -7,6 +7,6 @@ OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS}) all: ${OBJECTS} clean: - (rm -f ${OBJECTS} ) + (rm -f ${OBJECTS} $(addsuffix .hash, ${OBJECTS}) ) include ${ROOTPATH}/config.mk |