added and fixed ede indexfiles

master
Dario Ernst 15 years ago
parent bd68f6fc67
commit 60dc8e5381

@ -0,0 +1,13 @@
;; Object sc-main
;; EDE project file.
(ede-proj-project "mc-main"
:name "mc-main"
:file "Project.ede"
:targets (list
(ede-proj-target-makefile-program "main"
:name "main"
:path ""
:source '("display.c" "display.h" "main.c" "main.h" "softtimer.c" "softtimer.h" "spi.c" "spi_config.h" "spi.h" "spi_pointers.c" "spi_pointers.h" "spi_proto.c" "spi_proto.h" "usb.c" "usb.h" "lcd/lcd.c" "lcd/lcd.h")
)
)
)

@ -1,8 +1,13 @@
;; Object thermocouple
;; Object sc-main
;; EDE project file.
(ede-proj-project "thermocouple"
:name "thermocouple"
(ede-proj-project "sc-main"
:name "sc-main"
:file "Project.ede"
:targets (list
(ede-proj-target-makefile-program "main"
:name "main"
:path ""
:source '("debug.c" "debug.h" "i2c_simple.c" "i2c_simple.h" "main.c" "main.h" "mcp_adc.c" "mcp_adc.h" "muxer.c" "muxer.h" "softtimer.c" "softtimer.h" "spi.c" "spi_config.h" "spi.h" "spi_pointers.c" "spi_pointers.h" "spi_proto.c" "spi_proto.h")
)
)
)

Loading…
Cancel
Save