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 (15 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for the Linux/SuperH SH-5 backends.
#
obj-y := entry.o probe.o switchto.o

obj-$(CONFIG_SH_FPU)		+= fpu.o
obj-$(CONFIG_KALLSYMS)		+= unwind.o

# CPU subtype setup
obj-$(CONFIG_CPU_SH5)		+= setup-sh5.o

# Primary on-chip clocks (common)
clock-$(CONFIG_CPU_SH5)		:= clock-sh5.o

obj-y			+= $(clock-y)