forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the standard obj-y form to specify the sub-directories under arch/m68k/. No functional change intended. Signed-off-by: Masahiro Yamada <[email protected]> Acked-by: Greg Ungerer <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
obj-y += kernel/ mm/ | ||
obj-$(CONFIG_Q40) += q40/ | ||
obj-$(CONFIG_AMIGA) += amiga/ | ||
obj-$(CONFIG_ATARI) += atari/ | ||
obj-$(CONFIG_MAC) += mac/ | ||
obj-$(CONFIG_HP300) += hp300/ | ||
obj-$(CONFIG_APOLLO) += apollo/ | ||
obj-$(CONFIG_MVME147) += mvme147/ | ||
obj-$(CONFIG_MVME16x) += mvme16x/ | ||
obj-$(CONFIG_BVME6000) += bvme6000/ | ||
obj-$(CONFIG_SUN3X) += sun3x/ sun3/ | ||
obj-$(CONFIG_SUN3) += sun3/ sun3/prom/ | ||
obj-$(CONFIG_NATFEAT) += emu/ | ||
obj-$(CONFIG_M68040) += fpsp040/ | ||
obj-$(CONFIG_M68060) += ifpsp060/ | ||
obj-$(CONFIG_M68KFPU_EMU) += math-emu/ | ||
obj-$(CONFIG_M68000) += 68000/ | ||
obj-$(CONFIG_COLDFIRE) += coldfire/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters