10 lines
168 B
Makefile
10 lines
168 B
Makefile
|
#
|
||
|
# Makefile for the ADMtek ADM5120 SoC specific parts of the kernel
|
||
|
#
|
||
|
|
||
|
lib-y += bootbase.o
|
||
|
lib-y += cfe.o
|
||
|
lib-y += generic.o
|
||
|
lib-y += myloader.o
|
||
|
lib-y += routerboot.o
|