8 lines
119 B
Makefile
8 lines
119 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
# Reuse any files we can from the H8S
|
||
|
#
|
||
|
|
||
|
obj-y := entry.o ints_h8s.o ptrace_h8s.o
|