File: Makefile

package info (click to toggle)
linux 3.16.39-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 757,956 kB
file content (11 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
#
# Makefile for the Linux/M32R kernel.
#

extra-y	:= head.o vmlinux.lds

obj-y	:= process.o entry.o traps.o align.o irq.o setup.o time.o \
	m32r_ksyms.o sys_m32r.o signal.o ptrace.o

obj-$(CONFIG_SMP)		+= smp.o smpboot.o
obj-$(CONFIG_MODULES)		+= module.o