6 lines
117 B
Makefile
6 lines
117 B
Makefile
|
ifdef CONFIG_OEM_DEBUG_SUPPORT
|
||
|
# oem trace
|
||
|
obj-$(CONFIG_OEM_TRACE_SUPPORT) += oem_trace.o
|
||
|
obj-y += boot_mode.o
|
||
|
endif
|