diff options
author | Pete Popov <ppopov@embeddedalley.com> | 2005-03-01 07:33:16 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 20:30:47 +0200 |
commit | e3ad1c23ba72214669b364c6fa304531dc768c3e (patch) | |
tree | bc1e0004d3df66b4c37a2deb8d89431657039719 /arch/mips/au1000/pb1200/Makefile | |
parent | Fix 'prctl' system call for IRIX. At this point IRIX 5.3 static binaries (diff) | |
download | linux-e3ad1c23ba72214669b364c6fa304531dc768c3e.tar.xz linux-e3ad1c23ba72214669b364c6fa304531dc768c3e.zip |
Base Au1200 2.6 support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/au1000/pb1200/Makefile')
-rw-r--r-- | arch/mips/au1000/pb1200/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/au1000/pb1200/Makefile b/arch/mips/au1000/pb1200/Makefile new file mode 100644 index 000000000000..22b673cf55af --- /dev/null +++ b/arch/mips/au1000/pb1200/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the Alchemy Semiconductor PB1200 board. +# + +lib-y := init.o board_setup.o irqmap.o |