mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
greybus: build: android: avoid building for targets that don't have kernel binary
For sdk related targets, the greybus build will error out due to missing kernel dependency. Let's avoid those targets by checking TARGET_NO_KERNEL. Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Signed-off-by: Michael Scott <michael.scott@linaro.org> Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
This commit is contained in:
committed by
Johan Hovold
parent
1dc5392265
commit
3a17dd413a
@@ -1,6 +1,8 @@
|
||||
.PHONY: build-greybus
|
||||
|
||||
ifneq ($(TARGET_NO_KERNEL), true)
|
||||
$(PRODUCT_OUT)/ramdisk.img: build-greybus
|
||||
endif
|
||||
|
||||
GREYBUS_MODULE_OUT_PATH := $(PRODUCT_OUT)/root/lib/modules
|
||||
|
||||
|
||||
Reference in New Issue
Block a user