1 # 2 # Makefile for the Linux/SCORE kernel. 3 # 4 5 extra-y := head.o vmlinux.lds 6 7 obj-y += entry.o irq.o process.o ptrace.o \ 8 setup.o signal.o sys_score.o time.o traps.o \ 9 sys_call_table.o 10 11 obj-$(CONFIG_MODULES) += module.o
Cache object: d0cce6281941e21af357dc5f7fc38709
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.