9 lines
124 B
Makefile
9 lines
124 B
Makefile
|
#
|
||
|
# Makefile for BestComm & co
|
||
|
#
|
||
|
|
||
|
bestcomm-core-objs := bestcomm.o sram.o
|
||
|
|
||
|
obj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o
|
||
|
|