mkamsboot: make sure files depending on dualboot.h are updated
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24915 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9c95e243e8
commit
3b53fe0485
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ OBJS := $(patsubst %.c,%.o,$(addprefix $(OBJDIR),$(SOURCES)))
|
|||
LIBOBJS := $(patsubst %.c,%.o,$(addprefix $(OBJDIR),$(LIBSOURCES)))
|
||||
EXTRADEPS := $(LIBUCL)
|
||||
|
||||
# explicit dependencies on dualboot.{c,h}
|
||||
$(OBJDIR)mkamsboot.o: dualboot.h dualboot.c mkamsboot.c
|
||||
$(OBJDIR)main.o: dualboot.h dualboot.c main.c
|
||||
|
||||
$(OBJDIR)%.o: %.c
|
||||
@echo CC $< $
|
||||
$(SILENT)mkdir -p $(dir $@)
|
||||
|
|
Loading…
Reference in a new issue