kvx: do not include empty <config.h>
<config.h> is per-board config file, which is only allowed for old
boards.

For new boards, the top Makefile creates an empty include/config.h

kvx does not have config.h, so #include <config.h> is useless.

Also, remove meaningless board-$(CONFIG_GENERIC).

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-By: Clement Leger <cleger@kalray.eu>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent c10b20d commit a6db3b044c5b6b2431227d7eca942dec2307053b
@Masahiro Yamada Masahiro Yamada authored on 15 May 2020
Sascha Hauer committed on 18 May 2020
Showing 3 changed files
View
arch/kvx/Makefile
View
arch/kvx/cpu/barebox.lds.S
View
arch/kvx/cpu/start.S