Makefile: Remove unnecessary dependencies
authorSamuel Holland <samuel.holland@sifive.com>
Mon, 18 Mar 2024 20:49:41 +0000 (13:49 -0700)
committerAnup Patel <anup@brainfault.org>
Mon, 8 Apr 2024 04:38:20 +0000 (10:08 +0530)
commita7c5c2cbd27af430e80d894944c479e5e4df71b3
tree31141c8dceb30e89aa5619c010e3c981be2ad3c4
parent268feab2949a08743ffbb4afd9d40cdcafd78376
Makefile: Remove unnecessary dependencies

The rule included from auto.conf.cmd adds a dependency on every Kconfig
file, so these two Kconfig files do not need to be specified again here.

Signed-off-by: Samuel Holland <samuel.holland@sifive.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Tested-by: Anup Patel <anup@brainfault.org>
Makefile