diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:46 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:51:40 +0200 |
commit | 0e93bb13aad82821abfbd27e0ea0998e54c50fea (patch) | |
tree | 30693c0734c0f0987bab880405f1896c3fdee6c5 /board/gdsys/mpc8308 | |
parent | d6918816fb88ab648016284d80e88cc0db2a33ae (diff) |
strider: Migrate to CONFIG_TARGET_STRIDER
Use the proper CONFIG_TARGET_STRIDER Kconfig option to replace the
CONFIG_STRIDER ad-hoc config option.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'board/gdsys/mpc8308')
-rw-r--r-- | board/gdsys/mpc8308/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gdsys/mpc8308/Makefile b/board/gdsys/mpc8308/Makefile index f29376fc9e..dc579479f9 100644 --- a/board/gdsys/mpc8308/Makefile +++ b/board/gdsys/mpc8308/Makefile @@ -5,4 +5,4 @@ obj-y := mpc8308.o sdram.o obj-$(CONFIG_TARGET_HRCON) += hrcon.o -obj-$(CONFIG_STRIDER) += strider.o +obj-$(CONFIG_TARGET_STRIDER) += strider.o |