mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Removed comments to allow appconfigs to bring in can
Removed the commented body of the 'if CONFIG_CAN' in the appconfigs
This commit is contained in:
committed by
Lorenz Meier
parent
5cd85b98c2
commit
1c766aef12
@@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib
|
|||||||
CONFIGURED_APPS += system/readline
|
CONFIGURED_APPS += system/readline
|
||||||
|
|
||||||
ifeq ($(CONFIG_CAN),y)
|
ifeq ($(CONFIG_CAN),y)
|
||||||
#CONFIGURED_APPS += examples/can
|
CONFIGURED_APPS += examples/can
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#ifeq ($(CONFIG_USBDEV),y)
|
#ifeq ($(CONFIG_USBDEV),y)
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib
|
|||||||
CONFIGURED_APPS += system/readline
|
CONFIGURED_APPS += system/readline
|
||||||
|
|
||||||
ifeq ($(CONFIG_CAN),y)
|
ifeq ($(CONFIG_CAN),y)
|
||||||
#CONFIGURED_APPS += examples/can
|
CONFIGURED_APPS += examples/can
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#ifeq ($(CONFIG_USBDEV),y)
|
#ifeq ($(CONFIG_USBDEV),y)
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib
|
|||||||
CONFIGURED_APPS += system/readline
|
CONFIGURED_APPS += system/readline
|
||||||
|
|
||||||
ifeq ($(CONFIG_CAN),y)
|
ifeq ($(CONFIG_CAN),y)
|
||||||
#CONFIGURED_APPS += examples/can
|
CONFIGURED_APPS += examples/can
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#ifeq ($(CONFIG_USBDEV),y)
|
#ifeq ($(CONFIG_USBDEV),y)
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib
|
|||||||
CONFIGURED_APPS += system/readline
|
CONFIGURED_APPS += system/readline
|
||||||
|
|
||||||
ifeq ($(CONFIG_CAN),y)
|
ifeq ($(CONFIG_CAN),y)
|
||||||
#CONFIGURED_APPS += examples/can
|
CONFIGURED_APPS += examples/can
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#ifeq ($(CONFIG_USBDEV),y)
|
#ifeq ($(CONFIG_USBDEV),y)
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ CONFIGURED_APPS += nshlib
|
|||||||
CONFIGURED_APPS += system/readline
|
CONFIGURED_APPS += system/readline
|
||||||
|
|
||||||
ifeq ($(CONFIG_CAN),y)
|
ifeq ($(CONFIG_CAN),y)
|
||||||
#CONFIGURED_APPS += examples/can
|
CONFIGURED_APPS += examples/can
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#ifeq ($(CONFIG_USBDEV),y)
|
#ifeq ($(CONFIG_USBDEV),y)
|
||||||
|
|||||||
Reference in New Issue
Block a user