From eac1dfd0e6f64a8e99b22a555d8cb8d16efa899e Mon Sep 17 00:00:00 2001 From: Vinicius Costa Gomes Date: Tue, 29 Jan 2013 16:00:05 -0300 Subject: gas: Move all the code to only one file Our Generic Attribute/Access Service plugin is small and simple enough to be kept in only one file. --- Makefile.plugins | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.plugins') diff --git a/Makefile.plugins b/Makefile.plugins index faab011a3..f49778231 100644 --- a/Makefile.plugins +++ b/Makefile.plugins @@ -69,9 +69,7 @@ builtin_sources += profiles/health/mcap_lib.h profiles/health/mcap_internal.h \ endif builtin_modules += gatt -builtin_sources += profiles/gatt/main.c profiles/gatt/manager.h \ - profiles/gatt/manager.c profiles/gatt/gas.h \ - profiles/gatt/gas.c +builtin_sources += profiles/gatt/gas.c builtin_modules += scanparam builtin_sources += profiles/scanparam/scan.c -- cgit v1.2.1