1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/projects/OHM/Jamfile
Oliver Hahm 4dd4ca0354 [projects OHM]
* otto is in da house
2011-10-05 15:30:59 +02:00

8 lines
275 B
Plaintext

SubDir TOP projects OHM ;
CCFLAGS += -DSCHEDSTATISTICS ;
Module OHM : profiling.c main.c ohm_routing.c protocol_msg_gateway.c ohm_cc1100.c ohm_rtc.c ohm_ltc4150.c : cc110x sht11 gpioint shell shell_commands posix_io uart0 auto_init rtc ps board_ltc4150 ;
UseModule OHM ;