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/Makefile | |
parent | 53f7b9bccd332bba39be78f9085ac1a26fa387fc (diff) | |
parent | 7071b2914a540b43dfcad17f6892a8c115799d50 (diff) | |
download | linux-b1a8d700e7fdf1bc44000e3edc24cc43f904df50.tar.bz2 |
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/Makefile')
-rw-r--r-- | arch/m32r/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/m32r/Makefile b/arch/m32r/Makefile index cdf63b210c53..60e12f312654 100644 --- a/arch/m32r/Makefile +++ b/arch/m32r/Makefile @@ -36,7 +36,8 @@ LIBGCC := $(shell $(CC) $(CFLAGS) -print-libgcc-file-name) libs-y += arch/m32r/lib/ $(LIBGCC) core-y += arch/m32r/kernel/ \ arch/m32r/mm/ \ - arch/m32r/boot/ + arch/m32r/boot/ \ + arch/m32r/platforms/ drivers-$(CONFIG_OPROFILE) += arch/m32r/oprofile/ |