Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.21 8 lines 206 B view raw
1# 2# Makefile for the linux ppc-specific parts of QE 3# 4obj-$(CONFIG_QUICC_ENGINE)+= qe.o qe_ic.o qe_io.o 5 6obj-$(CONFIG_UCC) += ucc.o 7obj-$(CONFIG_UCC_SLOW) += ucc_slow.o 8obj-$(CONFIG_UCC_FAST) += ucc_fast.o