4 lines
106 B
Makefile
4 lines
106 B
Makefile
|
obj-$(CONFIG_INTEL_TH) += intel_th.o
|
||
|
intel_th-y := core.o
|
||
|
intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o
|