Skip to content

Commit f5e1671

Browse files
rohantanejamsfjarvis
authored andcommitted
Fix prebuilt kernel hack
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent d3731c1 commit f5e1671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seedmtk.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
1919

2020
#Hack for prebuilt kernel
21-
$(shell mkdir -p $OUT/obj/KERNEL_OBJ/usr)
22-
$(shell touch $OUT/obj/KERNEL_OBJ/usr/export_includes)
21+
$(shell mkdir -p $(OUT)/obj/KERNEL_OBJ/usr)
22+
$(shell touch $(OUT)/obj/KERNEL_OBJ/usr/export_includes)
2323

2424
# common sprout
2525
$(call inherit-product, device/google/sprout-common/sprout.mk)

0 commit comments

Comments
 (0)