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=2169ad5b8f803534007c0f68196b073d8b1a54a1;hb=c5bc6f8c6d32f897b2b035d328d5378ec6e7711e;hp=e1a4102df1ac205614d2932ec9c2332b26dc758d;hpb=a40850b888e38a4ff88138639a22bfd373b8af81;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 e1a4102d..2169ad5b 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 \ @@ -43,8 +44,10 @@ sam3x-ek_http_server_WIZARD_CSRC = \ 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!