Blame view

buildroot/buildroot-2016.08.1/package/can-utils/can-utils.mk 370 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
  ################################################################################
  #
  # can-utils
  #
  ################################################################################
  
  CAN_UTILS_VERSION = b70a76670dbe8925c2a7c75f90d36a28a8878d7a
  CAN_UTILS_SITE = $(call github,linux-can,can-utils,$(CAN_UTILS_VERSION))
  CAN_UTILS_AUTORECONF = YES
  
  $(eval $(autotools-package))