BigW Consortium Gitlab

Commit 2af71182 by David Frey

Eliminate MANGOH_CAN_9X15 SDEF variable

Replace references to MANGOH_CAN_9X15 with MANGOH_WP_CHIPSET_9X15 and eliminate the MANGOH_CAN_9X15 variable. There is no neet to have a CAN-specific variable for chipset identification.
parent 43170511
......@@ -132,16 +132,16 @@ kernelModules:
*/
/*
$CURDIR/linux_kernel_modules/can_common/can_iot
#if ${MANGOH_CAN_9X15} = 1
#if ${MANGOH_WP_CHIPSET_9X15} = 1
$CURDIR/linux_kernel_modules/can_9x15/can
$CURDIR/linux_kernel_modules/can_9x15/can-bcm
$CURDIR/linux_kernel_modules/can_9x15/can-raw
$CURDIR/linux_kernel_modules/can_9x15/can-dev
$CURDIR/linux_kernel_modules/can_9x15/vcan
$CURDIR/linux_kernel_modules/can_9x15/mcp251x
#else
#elif ${MANGOH_WP_CHIPSET_9X07} = 1
$CURDIR/linux_kernel_modules/can_9x07/mcp251x
#endif // MANGOH_CAN_9X15
#endif // MANGOH_WP_CHIPSET_?
*/
#elif ${MANGOH_BOARD} = GREEN
......
......@@ -19,4 +19,3 @@ buildVars:
*/
MANGOH_WP_CHIPSET_9X07 = 1
}
......@@ -20,11 +20,6 @@ buildVars:
MANGOH_I2C_BUS_BATTERY = 2
/*
* CAN IOT card
*/
MANGOH_CAN_9X15 = 1
/*
* General purpose chipset definition
*/
MANGOH_WP_CHIPSET_9X15 = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment