diff options
| author | Pete Zaitcev <zaitcev@redhat.com> | 2003-07-12 08:05:43 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-07-12 08:05:43 -0700 |
| commit | 0d3621b2ed59ca01553ba747ca4eb19359d93c29 (patch) | |
| tree | 327a510f9ac84f62ece3060410c387fd4cbe43af | |
| parent | 2edc04094e9c61aeb47e23ab8ccc988b41b062ae (diff) | |
[SPARC]: Clean secondary System.map
| -rw-r--r-- | arch/sparc/boot/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/boot/Makefile b/arch/sparc/boot/Makefile index 119cb66107a4..8e6a97c5f8f6 100644 --- a/arch/sparc/boot/Makefile +++ b/arch/sparc/boot/Makefile @@ -32,3 +32,6 @@ $(obj)/tftpboot.img: $(obj)/piggyback $(obj)/System.map $(obj)/image FORCE $(obj)/btfix.s: $(obj)/btfixupprep vmlinux FORCE $(call if_changed,btfix) + +clean: + rm $(obj)/System.map |
