Do not include symbols defined in driver/others/parameter.c in DYNAMIC_ARCH
authorEgbert Eich <eich@suse.com>
Sun, 13 Mar 2022 09:57:59 +0000 (10:57 +0100)
committerEgbert Eich <eich@suse.com>
Tue, 29 Mar 2022 08:01:28 +0000 (10:01 +0200)
commit5e6d1600203f9ce48987736a4bbcd5904bd3ca7c
tree8d72580b5bc7ed4468d273ad1b54e163ac78eec3
parent8002048217dd45ec02a08ad45c1caf3d8f056013
Do not include symbols defined in driver/others/parameter.c in DYNAMIC_ARCH

driver/others/parameter.c does not get build during DYNAMIC_ARCH, thus,
do not declare its symbols. This will make the build fail early and in
an obvious way if functions are trying to use these symbols.

Signed-off-by: Egbert Eich <eich@suse.com>
common_macro.h