Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openrisc: use new common dtc rule | Stephen Warren | 2012-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The current rules have the .dtb files build in a different directory from the .dts files. This patch changes openrisc to use the generic dtb rule which builds .dtb files in the same directory as the source .dts. This requires renaming arch/openrisc/boot/Makefile to arch/openrisc/boot/dts/Makefile, and updating arch/openrisc/Makefile to call the new Makefile. Cc: Jonas Bonn <jonas@southpole.se> Cc: linux@lists.openrisc.net Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Rob Herring <rob.herring@calxeda.com> | ||||
* | openrisc: Use generic init_task | Thomas Gleixner | 2012-05-05 | 1 | -1/+1 |
| | | | | | | | | | | Same code. Use the generic version. The special Makefile treatment is pointless anyway as init_task.o contains only data which is handled by the linker script. So no point on being treated like head text. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Jonas Bonn <jonas@southpole.se> Link: http://lkml.kernel.org/r/20120503085035.083343435@linutronix.de | ||||
* | OpenRISC: Build infrastructure | Jonas Bonn | 2011-07-22 | 1 | -0/+55 |
Signed-off-by: Jonas Bonn <jonas@southpole.se> Reviewed-by: Arnd Bergmann <arnd@arndb.de> |