Makefile.inc (733ac1e89f3bf7a997f023020bc29323054bc91c) | Makefile.inc (16e3e4af25bb48edcaac09c20cc770d8a440706d) |
---|---|
1 2VPATH += ${BTSTACK_ROOT}/src 3VPATH += ${BTSTACK_ROOT}/src/ble 4VPATH += ${BTSTACK_ROOT}/src/ble/gatt-service 5VPATH += ${BTSTACK_ROOT}/src/classic 6VPATH += ${BTSTACK_ROOT}/example 7VPATH += ${BTSTACK_ROOT}/3rd-party/hxcmod-player 8VPATH += ${BTSTACK_ROOT}/3rd-party/md5 --- 322 unchanged lines hidden (view full) --- 331 ${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@ 332 333nordic_spp_le_counter: nordic_spp_le_counter.h ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} ${SM_OBJ} nordic_spp_service_server.o nordic_spp_le_counter.c 334 ${CC} $(filter-out nordic_spp_le_counter.h,$^) ${CFLAGS} ${LDFLAGS} -o $@ 335 336nordic_spp_le_streamer: nordic_spp_le_streamer.h ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} ${SM_OBJ} nordic_spp_service_server.o nordic_spp_le_streamer.c 337 ${CC} $(filter-out nordic_spp_le_streamer.h,$^) ${CFLAGS} ${LDFLAGS} -o $@ 338 | 1 2VPATH += ${BTSTACK_ROOT}/src 3VPATH += ${BTSTACK_ROOT}/src/ble 4VPATH += ${BTSTACK_ROOT}/src/ble/gatt-service 5VPATH += ${BTSTACK_ROOT}/src/classic 6VPATH += ${BTSTACK_ROOT}/example 7VPATH += ${BTSTACK_ROOT}/3rd-party/hxcmod-player 8VPATH += ${BTSTACK_ROOT}/3rd-party/md5 --- 322 unchanged lines hidden (view full) --- 331 ${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@ 332 333nordic_spp_le_counter: nordic_spp_le_counter.h ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} ${SM_OBJ} nordic_spp_service_server.o nordic_spp_le_counter.c 334 ${CC} $(filter-out nordic_spp_le_counter.h,$^) ${CFLAGS} ${LDFLAGS} -o $@ 335 336nordic_spp_le_streamer: nordic_spp_le_streamer.h ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} ${SM_OBJ} nordic_spp_service_server.o nordic_spp_le_streamer.c 337 ${CC} $(filter-out nordic_spp_le_streamer.h,$^) ${CFLAGS} ${LDFLAGS} -o $@ 338 |
339ublox_spp_le_counter: ublox_spp_le_counter.h ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} ${SM_OBJ} ublox_spp_service_server.o ublox_spp_le_counter.c | 339ublox_spp_le_counter: ublox_spp_le_counter.h ${CORE_OBJ} ${COMMON_OBJ} ${ATT_OBJ} ${GATT_SERVER_OBJ} ${SM_OBJ} device_information_service_server.o ublox_spp_service_server.o ublox_spp_le_counter.c |
340 ${CC} $(filter-out ublox_spp_le_counter.h,$^) ${CFLAGS} ${LDFLAGS} -o $@ 341 342clean: 343 rm -f ${EXAMPLES} *_demo 344 rm -f *.o *.out *.hex *.exe *.wav *.sbc 345 rm -f ancs_client_demo.h profile.h spp_and_le_counter.h le_counter.h le_streamer.h hog_keyboard_demo.h hog_mouse_demo.h 346 rm -f gatt_battery_query.h gatt_browser.h sm_pairing_peripheral.h spp_and_le_streamer.h 347 rm -f le_data_channel_server.h sm_pairing_central.h --- 14 unchanged lines hidden --- | 340 ${CC} $(filter-out ublox_spp_le_counter.h,$^) ${CFLAGS} ${LDFLAGS} -o $@ 341 342clean: 343 rm -f ${EXAMPLES} *_demo 344 rm -f *.o *.out *.hex *.exe *.wav *.sbc 345 rm -f ancs_client_demo.h profile.h spp_and_le_counter.h le_counter.h le_streamer.h hog_keyboard_demo.h hog_mouse_demo.h 346 rm -f gatt_battery_query.h gatt_browser.h sm_pairing_peripheral.h spp_and_le_streamer.h 347 rm -f le_data_channel_server.h sm_pairing_central.h --- 14 unchanged lines hidden --- |