revert accidental commit

This commit is contained in:
matthias.ringwald@gmail.com 2013-03-19 13:32:12 +00:00
parent a4567c230b
commit 79efca3dc0

View File

@ -25,19 +25,22 @@ CORE = \
COMMON = \
../src/hal_uart_dma.c \
${BTSTACK_ROOT}/src/hci_dump.c \
${BTSTACK_ROOT}/src/hci_transport_h4_dma.c \
${BTSTACK_ROOT}/src/hci.c \
${BTSTACK_ROOT}/src/hci_cmds.c \
${BTSTACK_ROOT}/src/utils.c \
${BTSTACK_ROOT}/src/remote_device_db_memory.c \
${BTSTACK_ROOT}/ble/att.c \
${BTSTACK_ROOT}/ble/hci_cmds_le.c \
${BTSTACK_ROOT}/ble/hci_le.c \
${BTSTACK_ROOT}/ble/l2cap_le.c \
${BTSTACK_ROOT}/ble/utils_le.c \
# ${BTSTACK_ROOT}/chipset-cc256x/bt_control_cc256x.c \
# ${BTSTACK_ROOT}/chipset-cc256x/bluetooth_init_cc2567_2.4.c \
# ${BTSTACK_ROOT}/src/hci_transport_h4_ehcill_dma.c \
# ../firmware/hal_lcd.c \
# ../firmware/hal_lcd_fonts.c \
${BTSTACK_ROOT}/chipset-cc256x/bt_control_cc256x.c \
${BTSTACK_ROOT}/chipset-cc256x/bluetooth_init_cc2564_2.5.c \
${BTSTACK_ROOT}/src/hci_transport_h4_ehcill_dma.c \
../firmware/hal_lcd.c \
../firmware/hal_lcd_fonts.c \
# ${BTSTACK_ROOT}/ble/utils_le.c \
# ${BTSTACK_ROOT}/ble/hci_cmds_le.c \
# ${BTSTACK_ROOT}/ble/hci_le.c \
LCD = ../firmware/hal_lcd.c ../firmware/hal_lcd_fonts.c
CORE_OBJ = $(CORE:.c=.o)
@ -55,7 +58,7 @@ all: ble_server.out
profile.h: profile.gatt
python ${BTSTACK_ROOT}/ble/compile-gatt.py $< $@
ble_server.out: profile.h ble_server.o ${CORE_OBJ} ${COMMON_OBJ}
ble_server.out: profile.h ble_server.o ${CORE_OBJ} ${COMMON_OBJ} ${LCD_OBJ}
${CC} $^ ${LDFLAGS} -o $@
@ -65,7 +68,7 @@ clean:
size: all
msp430-size ../firmware/*.o
msp430-size ../src/*.o
# msp430-size ${BTSTACK_ROOT}/chipset-cc256x/*.o
msp430-size ${BTSTACK_ROOT}/chipset-cc256x/*.o
msp430-size ${BTSTACK_ROOT}/src/*.o
msp430-size ${BTSTACK_ROOT}/ble/*.o
msp430-size *.o