You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
511 B

#===============================================================================
# local variables
#===============================================================================
VENC_VERSION := venc_v2.0
obj-y += $(VENC_VERSION)/
#===============================================================================
# rules
#===============================================================================
.PHONY: all clean
all:
$(AT)make -C $(VENC_VERSION)/ all
clean:
$(AT)make -C $(VENC_VERSION)/ clean