mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
hwstub/tools: always run make for the libraries
This ensures that the libs are always up-to-date hopefully. Change-Id: I790302fcabc91457091006de749b76735fdd510f
This commit is contained in:
parent
8e82839fe2
commit
5c50efc9ce
1 changed files with 5 additions and 2 deletions
|
|
@ -17,10 +17,13 @@ LIBS=$(HWSTUB_LIB_DIR)/libhwstub.a $(REGTOOLS_LIB_DIR)/libsocdesc.a
|
|||
|
||||
all: $(EXEC)
|
||||
|
||||
$(HWSTUB_LIB_DIR)/libhwstub.a:
|
||||
# force target to always rebuild libraries
|
||||
FORCE:
|
||||
|
||||
$(HWSTUB_LIB_DIR)/libhwstub.a: FORCE
|
||||
make -C $(HWSTUB_LIB_DIR)
|
||||
|
||||
$(REGTOOLS_LIB_DIR)/libsocdesc.a:
|
||||
$(REGTOOLS_LIB_DIR)/libsocdesc.a: FORCE
|
||||
make -C $(REGTOOLS_LIB_DIR)
|
||||
|
||||
%.o: %.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue