Fix the cgi function to reply json string.
[bertos.git] / boards / sam3x-ek / examples / sam3x-ek_http_server / sam3x-ek_http_server.mk
index 665af34454951f0c4fd4512660262260b08d81ba..2169ad5b8f803534007c0f68196b073d8b1a54a1 100644 (file)
@@ -33,6 +33,7 @@ sam3x-ek_http_server_WIZARD_CSRC = \
        bertos/fs/fat.c \
        bertos/fs/fatfs/diskio.c \
        bertos/fs/fatfs/ff.c \
+       bertos/icons/bertos.c \
        bertos/io/kblock.c \
        bertos/io/kfile.c \
        bertos/kern/monitor.c \
@@ -41,9 +42,12 @@ sam3x-ek_http_server_WIZARD_CSRC = \
        bertos/mware/event.c \
        bertos/mware/formatwr.c \
        bertos/mware/hex.c \
+       bertos/mware/sprintf.c \
        bertos/net/lwip.c \
+       bertos/net/http.c \
        bertos/struct/heap.c \
        $(sam3x-ek_http_server_HW_PATH)/hw/hw_eth.c \
+       $(sam3x-ek_http_server_HW_PATH)/hw/hw_http.c \
        #
 
 # Files automatically generated by the wizard. DO NOT EDIT, USE sam3x-ek_http_server_USER_PCSRC INSTEAD!