summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark F. Brown <mark.f.brown@intel.com>2011-09-07 18:20:40 -0400
committerPatrick Tjin <pattjin@google.com>2014-07-21 20:22:40 -0700
commit0784d1dcd61531482a528fe157b36e9ffb90ca57 (patch)
tree26e88eb01a91ce89b4c35f0ebfb6472944b29594
parentafcd466aef22166c77f3f41414167972d44acd0b (diff)
downloadbootstub-0784d1dcd61531482a528fe157b36e9ffb90ca57.tar.gz
Makefile: remove bootstub during clean
BZ: 114933 Change-Id: Iae45d10c9705526e6cd559b678ba0686657ef0f9 Signed-off-by: Mark F. Brown <mark.f.brown@intel.com> Reviewed-on: http://android.intel.com:8080/112533 Reviewed-by: Fourdan, Olivier <olivier.fourdan@intel.com> Tested-by: Fourdan, Olivier <olivier.fourdan@intel.com> Reviewed-by: Fert, Laurent <laurent.fert@intel.com> Reviewed-by: Tinelli, Vincent <vincent.tinelli@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8f3ed29..72bb817 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ e820_bios.o:e820_bios.S bootstub.h
clean:
rm -rf *.o *.bin *.elf *.bz2 *.rpm
+ -rm bootstub
source:bootstub.c head.S VERSION
git archive --prefix=bootstub-`head -n 1 VERSION | awk '{print $$1}'`/ --format=tar HEAD | bzip2 -c > bootstub-`head -n 1 VERSION | awk '{print $$1}'`.tar.bz2