mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
8 lines
179 B
Makefile
8 lines
179 B
Makefile
#
|
|
# Makefile for Momentum Computer's Ocelot-C and -CS boards.
|
|
#
|
|
|
|
obj-y += cpci-irq.o irq.o platform.o prom.o reset.o \
|
|
setup.o uart-irq.o
|
|
|
|
obj-$(CONFIG_KGDB) += dbg_io.o
|