diff options
author | wdenk <wdenk> | 2003-06-25 22:26:29 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-25 22:26:29 +0000 |
commit | b783edaee8252bfdba3f7b3fd29519a81ce71e42 (patch) | |
tree | 6993a909d2c21a3f07c51020edcc202a5697da91 /Makefile | |
parent | a300d83cb8ad20b844e957587705675e9ac14147 (diff) | |
download | u-boot-b783edaee8252bfdba3f7b3fd29519a81ce71e42.tar.gz u-boot-b783edaee8252bfdba3f7b3fd29519a81ce71e42.tar.xz u-boot-b783edaee8252bfdba3f7b3fd29519a81ce71e42.zip |
* Header file cleanup for ARMLABEL_2003_06_26_2220
* Patch by Murray Jensen, 24 Jun 2003:
- make sure to use only U-boot provided header files
- fix problems with ".rodata.str1.4" section as used by GCC-3.x
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -802,7 +802,7 @@ clobber: clean rm -f u-boot u-boot.bin u-boot.srec u-boot.map System.map rm -f tools/crc32.c tools/environment.c tools/env/crc32.c rm -f tools/inca-swap-bytes cpu/mpc824x/bedbug_603e.c - rm -f include/asm/arch include/asm + rm -f include/asm/proc include/asm/arch include/asm mrproper \ distclean: clobber unconfig |