diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-25 20:07:50 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-25 20:07:50 +0000 |
commit | bc34b382a28aa9946ce78a84fedd1efa8719cf03 (patch) | |
tree | e8cfc10106b847f8562a14f9f614dfa97fd507d9 /arch/mips64/arc/Makefile | |
parent | f2b12b1b9002db84ce47df6af70a75fd47b078c3 (diff) |
Code reformatting and spelling fixes.
Diffstat (limited to 'arch/mips64/arc/Makefile')
-rw-r--r-- | arch/mips64/arc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/arc/Makefile b/arch/mips64/arc/Makefile index 6217a1bdb..e1f687c34 100644 --- a/arch/mips64/arc/Makefile +++ b/arch/mips64/arc/Makefile @@ -7,6 +7,6 @@ obj-y := console.o init.o identify.o tree.o env.o cmdline.o misc.o time.o \ file.o obj-$(CONFIG_ARC_MEMORY) += memory.o -obj-$(CONFIG_ARC_CONSOLE) += arc_con.o +obj-$(CONFIG_ARC_CONSOLE) += arc_con.o include $(TOPDIR)/Rules.make |