mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-24 22:32:23 +00:00
build libmc1322x.a
This commit is contained in:
parent
cd13c5daad
commit
e825aa8bc9
@ -1 +1,6 @@
|
||||
CFLAGS += -I$(LIBMC1322X)/include
|
||||
|
||||
LIBOBJS = $(patsubst %.c,%.o,$(wildcard $(LIBMC1322X)/*.c))
|
||||
|
||||
$(LIBMC1322X)/libmc1322x.a: $(LIBOBJS)
|
||||
$(AR) r $(LIBMC1322X)/libmc1322x.a $(LIBOBJS)
|
||||
|
Loading…
Reference in New Issue
Block a user