diff options
author | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-02-26 18:24:56 +0800 |
---|---|---|
committer | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-03-17 09:19:05 +0800 |
commit | 790edb61c0d87d1f1daafcaaa8f7c66b7b82bdad (patch) | |
tree | f3e3a4f1a182692dfa07e85010fca23eb951442b /arch/unicore32/.gitignore | |
parent | 7f509a9ef7af0d6ac852d49eb87ed2b9857821cc (diff) | |
download | talos-obmc-linux-790edb61c0d87d1f1daafcaaa8f7c66b7b82bdad.tar.gz talos-obmc-linux-790edb61c0d87d1f1daafcaaa8f7c66b7b82bdad.zip |
unicore32 core architecture: build infrastructure
This patch implements build infrastructure.
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/unicore32/.gitignore')
-rw-r--r-- | arch/unicore32/.gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/unicore32/.gitignore b/arch/unicore32/.gitignore new file mode 100644 index 000000000000..947e99c2a957 --- /dev/null +++ b/arch/unicore32/.gitignore @@ -0,0 +1,21 @@ +# +# Generated include files +# +include/generated +# +# Generated ld script file +# +kernel/vmlinux.lds +# +# Generated images in boot +# +boot/Image +boot/zImage +boot/uImage +# +# Generated files in boot/compressed +# +boot/compressed/piggy.S +boot/compressed/piggy.gzip +boot/compressed/vmlinux +boot/compressed/vmlinux.lds |