8 lines
117 B
Makefile
8 lines
117 B
Makefile
|
#
|
||
|
# Makefile for common code of NEC Osprey board
|
||
|
#
|
||
|
|
||
|
obj-y := setup.o prom.o reset.o
|
||
|
|
||
|
obj-$(CONFIG_KGDB) += dbg_io.o
|