You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
206 B
9 lines
206 B
19 years ago
|
#
|
||
|
# Makefile for the linux ppc-specific parts of QE
|
||
|
#
|
||
|
obj-$(CONFIG_QUICC_ENGINE)+= qe.o qe_ic.o qe_io.o
|
||
|
|
||
|
obj-$(CONFIG_UCC) += ucc.o
|
||
|
obj-$(CONFIG_UCC_SLOW) += ucc_slow.o
|
||
|
obj-$(CONFIG_UCC_FAST) += ucc_fast.o
|