diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-10 14:37:20 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-10 14:37:20 -0700 |
commit | b1a8d700e7fdf1bc44000e3edc24cc43f904df50 (patch) | |
tree | 60d101b813135274f1c2366bae1693d6d72e3681 /arch/m32r/platforms/mappi/Makefile | |
parent | 53f7b9bccd332bba39be78f9085ac1a26fa387fc (diff) | |
parent | 7071b2914a540b43dfcad17f6892a8c115799d50 (diff) |
Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev
* 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev:
m32r: Rename STI/CLI macros
m32r: build fix of entry.S
m32r: Separate syscall table from entry.S
m32r: Cosmetic updates of arch/m32r/kernel/entry.S
m32r: Exit ei_handler directly for no IRQ case or IPI operations
m32r: Simplify ei_handler code
m32r: Define symbols to unify platform-dependent ICU checks
m32r: Move dot.gdbinit files
m32r: Rearrange platform-dependent codes
m32r: Add defconfig file for the usrv platform.
m32r: Update defconfig files for 2.6.23-rc1
m32r: Move defconfig files to arch/m32r/configs/
Diffstat (limited to 'arch/m32r/platforms/mappi/Makefile')
-rw-r--r-- | arch/m32r/platforms/mappi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m32r/platforms/mappi/Makefile b/arch/m32r/platforms/mappi/Makefile new file mode 100644 index 00000000000..0de59084f21 --- /dev/null +++ b/arch/m32r/platforms/mappi/Makefile @@ -0,0 +1 @@ +obj-y := setup.o io.o |