< prev index next >

make/CompileDemos.gmk

Print this page

        

@@ -301,11 +301,11 @@
   IMAGES_TARGETS := $(COPY_TO_TEST_IMAGE)
 endif
 
 ################################################################################
 # Hook to include the corresponding custom file, if present.
-$(eval $(call IncludeCustomExtension, , CompileDemos.gmk))
+$(eval $(call IncludeCustomExtension, CompileDemos.gmk))
 
 all: $(TARGETS)
 images: $(IMAGES_TARGETS)
 
 .PHONY: all
< prev index next >