mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
* replaced string by variable for archive name
This commit is contained in:
parent
364dbaa406
commit
d4fc6e1b76
@ -6,7 +6,7 @@ DEP = $(SRC:%.c=$(BINDIR)%.d)
|
||||
INCLUDES += -I$(RIOTBASE)/sys/include/ -I$(RIOTBASE)/drivers/cc110x_ng/include/
|
||||
|
||||
$(BINDIR)msba2_common_drivers.a: $(OBJ)
|
||||
$(AR) rcs $(BINDIR)msba2_base.a $(OBJ)
|
||||
$(AR) rcs $(BINDIR)${ARCH} $(OBJ)
|
||||
|
||||
# pull in dependency info for *existing* .o files
|
||||
-include $(OBJ:.o=.d)
|
||||
|
Loading…
Reference in New Issue
Block a user