diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-06-29 19:01:55 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-06-30 11:57:16 -0700 |
commit | dfd034fb6016ad056131b17b30a0457789b791b9 (patch) | |
tree | c3b0e1ae6d892a44a011f080f978da37e3365473 /binding.pri | |
parent | ca66ba0579e6c1e9a6d484f18633fdbd223a5bb5 (diff) |
binding: wifi: make system wide service
Allow WiFi binding to be build separately and installed
as a system wide service
Bug-AGL: SPEC-661 SPEC-715
Change-Id: Id9eb9d9efae3f0bc3ab00641eb26cd1b5dae9d53
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding.pri')
-rw-r--r-- | binding.pri | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/binding.pri b/binding.pri deleted file mode 100644 index 3448a56..0000000 --- a/binding.pri +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = lib -CONFIG += plugin use_c_linker -CONFIG -= qt -QMAKE_CFLAGS += -Wextra -Wconversion -Wno-unused-parameter -Werror=maybe-uninitialized -Werror=implicit-function-declaration -ffunction-sections -fdata-sections -Wl,--as-needed -Wl,--gc-sections - -DESTDIR = $${OUT_PWD}/../package/root/lib |