
Refactor machine setup like it is done on ARM. While on it, also support "include <mach/file.h" for machine specific header files. Also move au1x00 specific header files to new location.
Daniel Schwierzeck (2): MIPS: Kconfig: refactor machine setup MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/
arch/mips/Makefile | 7 ++++++- arch/mips/mach-au1x00/au1x00_eth.c | 2 +- arch/mips/mach-au1x00/au1x00_serial.c | 2 +- arch/mips/mach-au1x00/au1x00_usb_ohci.c | 2 +- arch/mips/{include/asm => mach-au1x00/include/mach}/au1x00.h | 0 board/dbau1x00/dbau1x00.c | 2 +- board/dbau1x00/lowlevel_init.S | 2 +- board/pb1x00/lowlevel_init.S | 2 +- board/pb1x00/pb1x00.c | 2 +- 9 files changed, 13 insertions(+), 8 deletions(-) rename arch/mips/{include/asm => mach-au1x00/include/mach}/au1x00.h (100%)