diff options
| author | Simon Glass <[email protected]> | 2019-12-28 10:44:50 -0700 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2020-01-24 23:06:48 +0530 |
| commit | ef20e5359bde42ad7e1aae8f0bf893dbca2ef2d0 (patch) | |
| tree | 783a130b1eaf4050422f52f1f99ed855d3e46627 /post | |
| parent | ad8a812f40acb86609206dd8343db16493eb60a9 (diff) | |
common: Drop CONFIG_POST_STD/ALT_LIST
These CONFIG options are not used anymore. CONFIG_POST_ALT_LIST just
causes CONFIG_POST_STD_LIST to be set and it causes tests.c to be
compiled. So just make compiling tests.c unconditional.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'post')
| -rw-r--r-- | post/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/Makefile b/post/Makefile index 5f72708214b..afd49403c28 100644 --- a/post/Makefile +++ b/post/Makefile @@ -4,7 +4,7 @@ # Wolfgang Denk, DENX Software Engineering, [email protected]. obj-y += post.o -obj-$(CONFIG_POST_STD_LIST) += tests.o +obj-y += tests.o obj-y += drivers/ obj-$(CONFIG_PPC) += lib_powerpc/ |
