We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706afce commit 9b4daf5Copy full SHA for 9b4daf5
arch/sh/Kbuild
@@ -3,5 +3,7 @@ obj-y += kernel/ mm/ boards/
3
obj-$(CONFIG_SH_FPU_EMU) += math-emu/
4
obj-$(CONFIG_USE_BUILTIN_DTB) += boot/dts/
5
6
+obj-$(CONFIG_HD6446X_SERIES) += cchips/hd6446x/
7
+
8
# for cleaning
9
subdir- += boot
arch/sh/Makefile
@@ -126,9 +126,6 @@ machdir-$(CONFIG_SH_X3PROTO) += mach-x3proto
126
machdir-$(CONFIG_SH_LANDISK) += mach-landisk
127
machdir-y += mach-common
128
129
-# Companion chips
130
-core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/
131
-
132
#
133
# CPU header paths
134
0 commit comments