mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 09:12:26 +02:00
8 lines
194 B
Makefile
8 lines
194 B
Makefile
ifeq ($(CONFIG_VHA_NEXEF), y)
|
|
obj-$(CONFIG_VHA) += nexef_platform/
|
|
endif
|
|
obj-$(CONFIG_VHA) += vha/ img_mem/
|
|
obj-$(CONFIG_LOKI) += fenrir_loki/
|
|
|
|
subdir-ccflags-y += -I$(srctree)/$(src)/include
|