contiki/libmc1322x/Makefile.lib

9 lines
205 B
Makefile
Raw Normal View History

2010-02-26 12:16:06 +00:00
# -*- makefile -*-
2010-02-21 23:47:12 +00:00
CFLAGS += -I$(LIBMC1322X)/include
2010-02-23 20:01:31 +00:00
LIBOBJS = $(patsubst %.c,%.o,$(wildcard $(LIBMC1322X)/*.c))
$(LIBMC1322X)/libmc1322x.a: $(LIBOBJS)
$(AR) rcs $(LIBMC1322X)/libmc1322x.a $(LIBOBJS)