Revert "don't define DYN_DRV for targets which don't predefine it"
This reverts commit 29671f5f06.
This commit is contained in:
@@ -30,6 +30,12 @@
|
|||||||
*/
|
*/
|
||||||
# undef DYN_DRV
|
# undef DYN_DRV
|
||||||
# define DYN_DRV 0
|
# define DYN_DRV 0
|
||||||
|
#else
|
||||||
|
|
||||||
|
/* Use a dynamically loaded driver, by default. */
|
||||||
|
# ifndef DYN_DRV
|
||||||
|
# define DYN_DRV 1
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user