1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/linux-3.18.21/arch/mips/econet/Makefile
2024-07-22 01:58:46 -03:00

28 lines
587 B
Makefile
Executable File

obj-y := \
prom.o \
setup.o \
irq.o \
tcwdog.o \
ex_mdio_api.o \
ecnt_traps.o \
libcompileoption.o \
ecnt_hook/ecnt_hook.o \
ecnt_hook/ecnt_hook_nf.o \
ecnt_kernel_ext.o
# tcadsl.o
# ledcetrl.o
obj-$(CONFIG_MIPS_TC3162) += time.o
obj-$(CONFIG_MIPS_TC3162U) += time.o
obj-$(CONFIG_MIPS_TC3262) += time2.o
obj-$(CONFIG_MIPS_MT_SMP) += malta-smp.o
obj-$(CONFIG_MIPS_MT_SMTC) += malta-smtc.o
obj-$(TCSUPPORT_KPROFILE) += kprofile_hook.o
ifneq ($(strip $(RTP_RX_SHORTCUT)),)
obj-$(TCSUPPORT_VOIP) += voip_hook.o
endif
ifneq ($(strip $(CONFIG_TP_IMAGE)),)
obj-y += tpproc.o
endif