Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.16 5 lines 163 B view raw
1obj-y := board.o 2obj-$(CONFIG_SMP) += platsmp.o 3obj-$(CONFIG_QCOM_SCM) += scm.o scm-boot.o 4 5CFLAGS_scm.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1)