https://github.com/torvalds/linux
Raw File
Tip revision: c9927c2bf4f45bb85e8b502ab3fb79ad6483c244 authored by Linus Torvalds on 24 October 2007, 03:50:57 UTC
Linux 2.6.24-rc1
Tip revision: c9927c2
Makefile
#
# Makefile for the linux kernel.
#
# Reuse any files we can from the H8/300H
#

obj-y := irq_pin.o ptrace_h8300h.o
back to top