We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3731c1 commit f5e1671Copy full SHA for f5e1671
seedmtk.mk
@@ -18,8 +18,8 @@
18
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
19
20
#Hack for prebuilt kernel
21
-$(shell mkdir -p $OUT/obj/KERNEL_OBJ/usr)
22
-$(shell touch $OUT/obj/KERNEL_OBJ/usr/export_includes)
+$(shell mkdir -p $(OUT)/obj/KERNEL_OBJ/usr)
+$(shell touch $(OUT)/obj/KERNEL_OBJ/usr/export_includes)
23
24
# common sprout
25
$(call inherit-product, device/google/sprout-common/sprout.mk)
0 commit comments