X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3x-ek%2Fexamples%2Fsam3x-ek_http_server%2Fsam3x-ek_http_server.mk;h=2dcfd7b1152f4d096f3e3359d0bc0bed00391266;hb=620429e5883259deab52c2826564206d86dea263;hp=665af34454951f0c4fd4512660262260b08d81ba;hpb=27f2847bef705b09dbe026ffce96123b51593077;p=bertos.git diff --git a/boards/sam3x-ek/examples/sam3x-ek_http_server/sam3x-ek_http_server.mk b/boards/sam3x-ek/examples/sam3x-ek_http_server/sam3x-ek_http_server.mk index 665af344..2dcfd7b1 100644 --- a/boards/sam3x-ek/examples/sam3x-ek_http_server/sam3x-ek_http_server.mk +++ b/boards/sam3x-ek/examples/sam3x-ek_http_server/sam3x-ek_http_server.mk @@ -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,6 +42,7 @@ 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/struct/heap.c \ $(sam3x-ek_http_server_HW_PATH)/hw/hw_eth.c \