Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈伟灿
k-sdk
Commits
f810862d
Commit
f810862d
authored
Nov 11, 2021
by
chen.weican
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【修改内容】删除无效的代码
【提交人】陈伟灿
parent
45649b1a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
56 deletions
+0
-56
application/kk_luoma/iot.mk
application/kk_luoma/iot.mk
+0
-23
application/kk_luoma/kk_luoma_main.c
application/kk_luoma/kk_luoma_main.c
+0
-33
No files found.
application/kk_luoma/iot.mk
deleted
100644 → 0
View file @
45649b1a
LIBA_TARGET
:=
libiot_luoma.a
$(call
Append_Conditional,
LIB_SRCS_EXCLUDE,
kk_luoma_main.c)
$(call
Append_Conditional,
SRCS_kk_luoma,
kk_luoma_main.c)
$(call
Append_Conditional,
TARGET,
kk_luoma)
CFLAGS
+=
-I
$(TOP_DIR)
/common/api
CFLAGS
+=
-I
$(TOP_DIR)
/common/json
CFLAGS
+=
-I
$(TOP_DIR)
/common/nanomsg/include
CFLAGS
+=
-I
$(TOP_DIR)
/common/ev/include
LDFLAGS
+=
-lkk_tsl
LDFLAGS
+=
-lapi_com
ifeq
($(CONFIG_VENDOR),ubuntu)
LDFLAGS
+=
-L
$(TOP_DIR)
/common/nanomsg
-lnanomsg_ubuntu
LDFLAGS
+=
-L
$(TOP_DIR)
/common/ev
-lev_ubuntu
else
LDFLAGS
+=
-L
$(TOP_DIR)
/common/nanomsg
-lnanomsg
LDFLAGS
+=
-L
$(TOP_DIR)
/common/ev
-lev
endif
LDFLAGS
+=
-liot_cjson
-liot_mqtt
-ldl
-lm
-lanl
-lkk_hal
application/kk_luoma/kk_luoma_main.c
deleted
100644 → 0
View file @
45649b1a
/*******************************************************************************
* Copyright (c) 2012, 2020 IBM Corp.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* and Eclipse Distribution License v1.0 which accompany this distribution.
*
* The Eclipse Public License is available at
* https://www.eclipse.org/legal/epl-2.0/
* and the Eclipse Distribution License is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* Contributors:
* Ian Craggs - initial contribution
*******************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include "MQTTAsync.h"
#include "mqtt_api.h"
#include "com_api.h"
#include "kk_product.h"
//#include "kcloud_log.h"
int
main
(
int
argc
,
char
*
argv
[])
{
int
rc
=
0
;
adasd
return
rc
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment