TencentOS-kernel/kernel/tkernel/Makefile

6 lines
115 B
Makefile

obj-y = base.o netbind.o shield_mounts.o
ifndef CONFIG_ARM
obj-y += ttools/
obj-m += kpatch/
endif