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=62ae37cc43cac24e1a97cefe13523d121870c6fb;hb=2f7e21bc3e64cbc66aa1c00fa6fca5fd5d8ce36f;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..62ae37cc 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 @@ -30,9 +30,16 @@ sam3x-ek_http_server_WIZARD_CSRC = \ bertos/drv/sd.c \ bertos/drv/sd_spi.c \ bertos/drv/timer.c \ + bertos/fonts/luBS14.c \ bertos/fs/fat.c \ bertos/fs/fatfs/diskio.c \ bertos/fs/fatfs/ff.c \ + bertos/gfx/bitmap.c \ + bertos/gfx/line.c \ + bertos/gfx/text.c \ + bertos/gfx/text_format.c \ + bertos/icons/bertos.c \ + bertos/icons/logo.c \ bertos/io/kblock.c \ bertos/io/kfile.c \ bertos/kern/monitor.c \ @@ -41,9 +48,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/http.c \ bertos/net/lwip.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!