This patch can be applied against 'kernel/2.6/Makefile' to allow Bosch CCAN driver and SPEAr320 CAN driver compilation
Signed-off-by: Bhupesh Sharma <[email protected]> Index: Makefile =================================================================== --- Makefile (revision 1194) +++ Makefile (working copy) @@ -29,6 +29,8 @@ export CONFIG_CAN_SOFTING=m export CONFIG_CAN_SOFTING_CS=m export CONFIG_CAN_MCP251X=m +export CONFIG_CAN_BOSCH_CCAN=m +export CONFIG_CAN_SPEAR320=m export CONFIG_CAN=m export CONFIG_CAN_RAW=m _______________________________________________ Socketcan-core mailing list [email protected] https://lists.berlios.de/mailman/listinfo/socketcan-core
