mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-06 14:59:53 +02:00
Android.mk: remove duplicated cansequence definition
Otherwise throwing the following error:
build/make/core/base_rules.mk:325: error: external/can-utils:
MODULE.TARGET.EXECUTABLES.cansequence already defined by
external/can-utils.
Fixes: a726c2a ("Merge branch 'cansequence' of
github.com:marckleinebudde/can-utils into master")
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
This commit is contained in:
-15
@@ -160,21 +160,6 @@ LOCAL_CFLAGS := $(PRIVATE_LOCAL_CFLAGS)
|
|||||||
|
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
||||||
#
|
|
||||||
# cansequence
|
|
||||||
#
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
|
|
||||||
LOCAL_SRC_FILES := cansequence.c
|
|
||||||
LOCAL_MODULE := cansequence
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
LOCAL_STATIC_LIBRARIES := libcan
|
|
||||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include/
|
|
||||||
LOCAL_CFLAGS := $(PRIVATE_LOCAL_CFLAGS)
|
|
||||||
|
|
||||||
include $(BUILD_EXECUTABLE)
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# bcmserver
|
# bcmserver
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user