1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/native/net/Makefile

9 lines
233 B
Makefile
Raw Normal View History

2013-08-08 11:08:33 +02:00
MODULE = nativenet
include $(RIOTBASE)/Makefile.base
2013-08-08 11:08:33 +02:00
2013-12-23 00:17:36 +01:00
$(BINDIR)%.o: %.c
$(AD)$(CC) $(CFLAGS) $(NATIVEINCLUDES) -c $*.c -o $(BINDIR)$*.o
2014-03-03 16:03:43 +01:00
$(AD)$(CC) $(CFLAGS) $(NATIVEINCLUDES) -MM $*.c |\
sed -e "1s|^|$(BINDIR)|" > $(BINDIR)$*.d