"Das U-Boot" Source Tree
at master 9 lines 145 B view raw
1# SPDX-License-Identifier: GPL-2.0+ 2 3extra-y = start.o 4 5obj-y += time.o 6obj-y += interrupts.o 7obj-y += cpu.o 8 9obj-$(CONFIG_MIPS_CM) += cm_init.o