419906a769
based on commit aac3a355451d899f02737f2907af8c874ee4feba of git://git.devl.org/git/malvira/contiki-mc1322x.git
9 lines
205 B
Makefile
9 lines
205 B
Makefile
# -*- makefile -*-
|
|
|
|
CFLAGS += -I$(LIBMC1322X)/include
|
|
|
|
LIBOBJS = $(patsubst %.c,%.o,$(wildcard $(LIBMC1322X)/*.c))
|
|
|
|
$(LIBMC1322X)/libmc1322x.a: $(LIBOBJS)
|
|
$(AR) rcs $(LIBMC1322X)/libmc1322x.a $(LIBOBJS)
|