mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-08 10:30:50 +00:00
ff28cbd280
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9 lines
298 B
Makefile
9 lines
298 B
Makefile
#
|
|
# Makefile for Momentum Computer's Ocelot-3 board.
|
|
#
|
|
# Note! Dependencies are done automagically by 'make dep', which also
|
|
# removes any old dependencies. DON'T put your own dependencies here
|
|
# unless it's something special (ie not a .c file).
|
|
#
|
|
obj-y += irq.o platform.o prom.o reset.o setup.o
|