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

Configure Feed

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

at v2.6.23 8 lines 146 B view raw
1# Makefile for xmon 2 3ifdef CONFIG_8xx 4obj-y := start_8xx.o 5else 6obj-y := start.o 7endif 8obj-y += xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o