1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

* fix pingpong-Jamfile to use new Module framework

This commit is contained in:
Kaspar Schleiser 2010-10-25 15:30:27 +02:00
parent 57c9d3423f
commit 1c4f8b52c8

View File

@ -1,6 +1,4 @@
SubDir TOP projects pingpong ;
# LOCATE_TARGET = $(SEARCH_SOURCE)/bin ;
Library pingpong : main.c ;
LinkLibraries $(BOARD).elf : pingpong ;
Module pingpong : main.c ;
UseModule pingpong ;